Color Hex Logo

#efeea9 Color Hex

#EFEEA9
(239,238,169)
0 Favorites   0 Comments

Color spaces of #efeea9

RGB 239238169
HSL0.160.690.80
HSV59°29°94°
CMYK 0.000.000.29   0.06
XYZ73.332682.364449.5690
Yxy82.36440.35730.4013
Hunter Lab90.7548-14.587731.1450
CIE-Lab92.7355-10.099133.6193

#efeea9 color RGB value is (239,238,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10101001
Octal 357 356 251
Decimal 239 238 169
Hex EF EE A9

RGB Percentages of Color #efeea9

%37.00
%36.84
%26.16

CMYK Percentages of Color #efeea9

%0
%0
%29
%6

Triadic Colors of #efeea9

#efeea9 #a9efee #eea9ef

Analogous Colors of #efeea9

#efeea9 #cdefa9 #efcba9

Monochromatic Colors of #efeea9

#efeea9

Complementary Color

#efeea9 #a9aaef

#efeea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeea9 Color CSS Codes

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

#efeea9 Text Font Color

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

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


#efeea9 Background Color

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

This div background color is #efeea9


#efeea9 Border Color

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

This div border color is #efeea9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,238,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 #efeea9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeea9


Comments

No comments written yet.

Please login to write comment.