Color Hex Logo

#f0eabd Color Hex

#F0EABD
(240,234,189)
0 Favorites   0 Comments

Color spaces of #f0eabd

RGB 240234189
HSL0.150.630.84
HSV53°21°94°
CMYK 0.000.030.21   0.06
XYZ74.543381.045059.8585
Yxy81.04500.34600.3762
Hunter Lab90.0250-9.740623.5950
CIE-Lab92.1517-5.073022.6290

#f0eabd color RGB value is (240,234,189).

#f0eabd hex color red value is 240, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0eabd hue: 0.15 , saturation: 0.63 and the lightness value of f0eabd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101010 10111101
Octal 360 352 275
Decimal 240 234 189
Hex F0 EA BD

RGB Percentages of Color #f0eabd

%36.20
%35.29
%28.51

CMYK Percentages of Color #f0eabd

%0
%3
%21
%6

Triadic Colors of #f0eabd

#f0eabd #bdf0ea #eabdf0

Analogous Colors of #f0eabd

#f0eabd #ddf0bd #f0d1bd

Monochromatic Colors of #f0eabd

#f0eabd

Complementary Color

#f0eabd #bdc3f0

#f0eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eabd Color CSS Codes

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

#f0eabd Text Font Color

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

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


#f0eabd Background Color

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

This div background color is #f0eabd


#f0eabd Border Color

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

This div border color is #f0eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eabd

#f0eabd Color Palettes


Comments

No comments written yet.

Please login to write comment.