Color Hex Logo

#eef9cf Color Hex

#EEF9CF
(238,249,207)
0 Favorites   0 Comments

Color spaces of #eef9cf

RGB 238249207
HSL0.210.780.89
HSV76°17°98°
CMYK 0.040.000.17   0.02
XYZ80.398190.433572.2495
Yxy90.43350.33070.3720
Hunter Lab95.0965-15.508521.5220
CIE-Lab96.1763-10.651418.9639

#eef9cf color RGB value is (238,249,207).

#eef9cf hex color red value is 238, green value is 249 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eef9cf hue: 0.21 , saturation: 0.78 and the lightness value of eef9cf is 0.89.

The process color (four color CMYK) of #eef9cf color hex is 0.04, 0.00, 0.17, 0.02. Web safe color of #eef9cf is #ffffcc. Color #eef9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111001 11001111
Octal 356 371 317
Decimal 238 249 207
Hex EE F9 CF

RGB Percentages of Color #eef9cf

%34.29
%35.88
%29.83

CMYK Percentages of Color #eef9cf

%4
%0
%17
%2

Triadic Colors of #eef9cf

#eef9cf #cfeef9 #f9cfee

Analogous Colors of #eef9cf

#eef9cf #d9f9cf #f9efcf

Monochromatic Colors of #eef9cf

#eef9cf

Complementary Color

#eef9cf #dacff9

#eef9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef9cf Color CSS Codes

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

#eef9cf Text Font Color

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

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


#eef9cf Background Color

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

This div background color is #eef9cf


#eef9cf Border Color

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

This div border color is #eef9cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,249,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef9cf


Comments

No comments written yet.

Please login to write comment.