Color Hex Logo

#efeaaa Color Hex

#EFEAAA
(239,234,170)
0 Favorites   0 Comments

Color spaces of #efeaaa

RGB 239234170
HSL0.150.680.80
HSV56°29°94°
CMYK 0.000.020.29   0.06
XYZ72.275180.098649.6815
Yxy80.09860.35770.3964
Hunter Lab89.4978-12.471229.7358
CIE-Lab91.7291-7.976331.7679

#efeaaa color RGB value is (239,234,170).

#efeaaa hex color red value is 239, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #efeaaa hue: 0.15 , saturation: 0.68 and the lightness value of efeaaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10101010
Octal 357 352 252
Decimal 239 234 170
Hex EF EA AA

RGB Percentages of Color #efeaaa

%37.17
%36.39
%26.44

CMYK Percentages of Color #efeaaa

%0
%2
%29
%6

Triadic Colors of #efeaaa

#efeaaa #aaefea #eaaaef

Analogous Colors of #efeaaa

#efeaaa #d2efaa #efc8aa

Monochromatic Colors of #efeaaa

#efeaaa

Complementary Color

#efeaaa #aaafef

#efeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeaaa Color CSS Codes

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

#efeaaa Text Font Color

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

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


#efeaaa Background Color

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

This div background color is #efeaaa


#efeaaa Border Color

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

This div border color is #efeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeaaa


Comments

No comments written yet.

Please login to write comment.