Color Hex Logo

#efeec9 Color Hex

#EFEEC9
(239,238,201)
0 Favorites   0 Comments

Color spaces of #efeec9

RGB 239238201
HSL0.160.540.86
HSV58°16°94°
CMYK 0.000.000.16   0.06
XYZ76.713883.716867.3741
Yxy83.71680.33680.3675
Hunter Lab91.4969-10.459720.3894
CIE-Lab93.3274-5.707918.0674

#efeec9 color RGB value is (239,238,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11001001
Octal 357 356 311
Decimal 239 238 201
Hex EF EE C9

RGB Percentages of Color #efeec9

%35.25
%35.10
%29.65

CMYK Percentages of Color #efeec9

%0
%0
%16
%6

Triadic Colors of #efeec9

#efeec9 #c9efee #eec9ef

Analogous Colors of #efeec9

#efeec9 #ddefc9 #efdbc9

Monochromatic Colors of #efeec9

#efeec9

Complementary Color

#efeec9 #c9caef

#efeec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeec9 Color CSS Codes

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

#efeec9 Text Font Color

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

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


#efeec9 Background Color

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

This div background color is #efeec9


#efeec9 Border Color

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

This div border color is #efeec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeec9


Comments

No comments written yet.

Please login to write comment.