Color Hex Logo

#f0e9bf Color Hex

#F0E9BF
(240,233,191)
1 Favorites   0 Comments

Color spaces of #f0e9bf

RGB 240233191
HSL0.140.620.85
HSV51°20°94°
CMYK 0.000.030.20   0.06
XYZ74.478180.564760.9153
Yxy80.56470.34490.3731
Hunter Lab89.7578-8.962822.5926
CIE-Lab91.9376-4.284721.3013

#f0e9bf color RGB value is (240,233,191).

#f0e9bf hex color red value is 240, green value is 233 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0e9bf hue: 0.14 , saturation: 0.62 and the lightness value of f0e9bf is 0.85.

The process color (four color CMYK) of #f0e9bf color hex is 0.00, 0.03, 0.20, 0.06. Web safe color of #f0e9bf is #ffffcc. Color #f0e9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101001 10111111
Octal 360 351 277
Decimal 240 233 191
Hex F0 E9 BF

RGB Percentages of Color #f0e9bf

%36.14
%35.09
%28.77

CMYK Percentages of Color #f0e9bf

%0
%3
%20
%6

Triadic Colors of #f0e9bf

#f0e9bf #bff0e9 #e9bff0

Analogous Colors of #f0e9bf

#f0e9bf #dff0bf #f0d1bf

Monochromatic Colors of #f0e9bf

#f0e9bf

Complementary Color

#f0e9bf #bfc6f0

#f0e9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e9bf Color CSS Codes

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

#f0e9bf Text Font Color

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

This sample text font color is #f0e9bf
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.


#f0e9bf Background Color

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

This div background color is #f0e9bf


#f0e9bf Border Color

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

This div border color is #f0e9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e9bf


Comments

No comments written yet.

Please login to write comment.