Color Hex Logo

#efeaa9 Color Hex

#EFEAA9
(239,234,169)
0 Favorites   0 Comments

Color spaces of #efeaa9

RGB 239234169
HSL0.150.690.80
HSV56°29°94°
CMYK 0.000.020.29   0.06
XYZ72.180980.060949.1851
Yxy80.06090.35830.3975
Hunter Lab89.4768-12.588430.0422
CIE-Lab91.7122-8.101832.2533

#efeaa9 color RGB value is (239,234,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10101001
Octal 357 352 251
Decimal 239 234 169
Hex EF EA A9

RGB Percentages of Color #efeaa9

%37.23
%36.45
%26.32

CMYK Percentages of Color #efeaa9

%0
%2
%29
%6

Triadic Colors of #efeaa9

#efeaa9 #a9efea #eaa9ef

Analogous Colors of #efeaa9

#efeaa9 #d1efa9 #efc7a9

Monochromatic Colors of #efeaa9

#efeaa9

Complementary Color

#efeaa9 #a9aeef

#efeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeaa9 Color CSS Codes

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

#efeaa9 Text Font Color

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

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


#efeaa9 Background Color

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

This div background color is #efeaa9


#efeaa9 Border Color

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

This div border color is #efeaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeaa9


Comments

No comments written yet.

Please login to write comment.