Color Hex Logo

#f0e4ba Color Hex

#F0E4BA
(240,228,186)
0 Favorites   0 Comments

Color spaces of #f0e4ba

RGB 240228186
HSL0.130.640.84
HSV47°23°94°
CMYK 0.000.050.23   0.06
XYZ72.541577.557257.6011
Yxy77.55720.34930.3734
Hunter Lab88.0666-7.083922.8672
CIE-Lab90.5775-2.452422.0008

#f0e4ba color RGB value is (240,228,186).

#f0e4ba hex color red value is 240, green value is 228 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f0e4ba hue: 0.13 , saturation: 0.64 and the lightness value of f0e4ba is 0.84.

The process color (four color CMYK) of #f0e4ba color hex is 0.00, 0.05, 0.23, 0.06. Web safe color of #f0e4ba is #ffcccc. Color #f0e4ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100100 10111010
Octal 360 344 272
Decimal 240 228 186
Hex F0 E4 BA

RGB Percentages of Color #f0e4ba

%36.70
%34.86
%28.44

CMYK Percentages of Color #f0e4ba

%0
%5
%23
%6

Triadic Colors of #f0e4ba

#f0e4ba #baf0e4 #e4baf0

Analogous Colors of #f0e4ba

#f0e4ba #e1f0ba #f0c9ba

Monochromatic Colors of #f0e4ba

#f0e4ba

Complementary Color

#f0e4ba #bac6f0

#f0e4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e4ba Color CSS Codes

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

#f0e4ba Text Font Color

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

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


#f0e4ba Background Color

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

This div background color is #f0e4ba


#f0e4ba Border Color

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

This div border color is #f0e4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e4ba


Comments

No comments written yet.

Please login to write comment.