Color Hex Logo

#f0febe Color Hex

#F0FEBE
(240,254,190)
0 Favorites   0 Comments

Color spaces of #f0febe

RGB 240254190
HSL0.200.970.87
HSV73°25°100°
CMYK 0.060.000.25   0.00
XYZ80.671393.126662.4386
Yxy93.12660.34150.3942
Hunter Lab96.5021-19.661029.1898
CIE-Lab97.2790-14.869229.1481

#f0febe color RGB value is (240,254,190).

#f0febe hex color red value is 240, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f0febe hue: 0.20 , saturation: 0.97 and the lightness value of f0febe is 0.87.

The process color (four color CMYK) of #f0febe color hex is 0.06, 0.00, 0.25, 0.00. Web safe color of #f0febe is #ffffcc. Color #f0febe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 10111110
Octal 360 376 276
Decimal 240 254 190
Hex F0 FE BE

RGB Percentages of Color #f0febe

%35.09
%37.13
%27.78

CMYK Percentages of Color #f0febe

%6
%0
%25
%0

Triadic Colors of #f0febe

#f0febe #bef0fe #febef0

Analogous Colors of #f0febe

#f0febe #d0febe #feecbe

Monochromatic Colors of #f0febe

#f0febe

Complementary Color

#f0febe #ccbefe

#f0febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0febe Color CSS Codes

.mybgcolor {background-color:#f0febe; } 
.myforecolor {color:#f0febe; }
.mybordercolor {border:3px solid #f0febe; }

#f0febe Text Font Color

<p style="color:#f0febe">Text here</p>

This sample text font color is #f0febe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f0febe Background Color

<div style="background-color:#f0febe">
Div content here</div>

This div background color is #f0febe


#f0febe Border Color

<div style="border:3px solid #f0febe">
Div here</div>

This div border color is #f0febe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,254,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0febe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0febe;
  -webkit-box-shadow: 1px 1px 3px 2px #f0febe;
  box-shadow:         1px 1px 3px 2px #f0febe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,254,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0febe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f0febe;
  -webkit-box-shadow: 1px 1px 3px 2px #f0febe;
  box-shadow:         1px 1px 3px 2px #f0febe;">
Div content here</div>

This div box has shadow with color #f0febe


Comments

No comments written yet.

Please login to write comment.