Color Hex Logo

#efeac9 Color Hex

#EFEAC9
(239,234,201)
0 Favorites   0 Comments

Color spaces of #efeac9

RGB 239234201
HSL0.140.540.86
HSV52°16°94°
CMYK 0.000.020.16   0.06
XYZ75.562081.413466.9902
Yxy81.41340.33740.3635
Hunter Lab90.2294-8.417719.1411
CIE-Lab92.3153-3.687316.6469

#efeac9 color RGB value is (239,234,201).

#efeac9 hex color red value is 239, green value is 234 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #efeac9 hue: 0.14 , saturation: 0.54 and the lightness value of efeac9 is 0.86.

The process color (four color CMYK) of #efeac9 color hex is 0.00, 0.02, 0.16, 0.06. Web safe color of #efeac9 is #ffffcc. Color #efeac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11001001
Octal 357 352 311
Decimal 239 234 201
Hex EF EA C9

RGB Percentages of Color #efeac9

%35.46
%34.72
%29.82

CMYK Percentages of Color #efeac9

%0
%2
%16
%6

Triadic Colors of #efeac9

#efeac9 #c9efea #eac9ef

Analogous Colors of #efeac9

#efeac9 #e1efc9 #efd7c9

Monochromatic Colors of #efeac9

#efeac9

Complementary Color

#efeac9 #c9ceef

#efeac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeac9 Color CSS Codes

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

#efeac9 Text Font Color

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

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


#efeac9 Background Color

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

This div background color is #efeac9


#efeac9 Border Color

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

This div border color is #efeac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeac9


Comments

No comments written yet.

Please login to write comment.