Color Hex Logo

#f0edab Color Hex

#F0EDAB
(240,237,171)
0 Favorites   0 Comments

Color spaces of #f0edab

RGB 240237171
HSL0.160.700.81
HSV57°29°94°
CMYK 0.000.010.29   0.06
XYZ73.570182.033950.4846
Yxy82.03390.35700.3981
Hunter Lab90.5726-13.510430.3529
CIE-Lab92.5898-8.976832.4267

#f0edab color RGB value is (240,237,171).

#f0edab hex color red value is 240, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f0edab hue: 0.16 , saturation: 0.70 and the lightness value of f0edab is 0.81.

The process color (four color CMYK) of #f0edab color hex is 0.00, 0.01, 0.29, 0.06. Web safe color of #f0edab is #ffff99. Color #f0edab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101101 10101011
Octal 360 355 253
Decimal 240 237 171
Hex F0 ED AB

RGB Percentages of Color #f0edab

%37.04
%36.57
%26.39

CMYK Percentages of Color #f0edab

%0
%1
%29
%6

Triadic Colors of #f0edab

#f0edab #abf0ed #edabf0

Analogous Colors of #f0edab

#f0edab #d1f0ab #f0cbab

Monochromatic Colors of #f0edab

#f0edab

Complementary Color

#f0edab #abaef0

#f0edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0edab Color CSS Codes

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

#f0edab Text Font Color

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

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


#f0edab Background Color

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

This div background color is #f0edab


#f0edab Border Color

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

This div border color is #f0edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0edab


Comments

No comments written yet.

Please login to write comment.