Color Hex Logo

#eef1dc Color Hex

#EEF1DC
(238,241,220)
0 Favorites   0 Comments

Color spaces of #eef1dc

RGB 238241220
HSL0.190.430.90
HSV69°95°
CMYK 0.010.000.09   0.05
XYZ79.633586.255080.1619
Yxy86.25500.32360.3506
Hunter Lab92.8736-9.475713.8366
CIE-Lab94.4213-4.59049.7892

#eef1dc color RGB value is (238,241,220).

#eef1dc hex color red value is 238, green value is 241 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eef1dc hue: 0.19 , saturation: 0.43 and the lightness value of eef1dc is 0.90.

The process color (four color CMYK) of #eef1dc color hex is 0.01, 0.00, 0.09, 0.05. Web safe color of #eef1dc is #ffffcc. Color #eef1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110001 11011100
Octal 356 361 334
Decimal 238 241 220
Hex EE F1 DC

RGB Percentages of Color #eef1dc

%34.05
%34.48
%31.47

CMYK Percentages of Color #eef1dc

%1
%0
%9
%5

Triadic Colors of #eef1dc

#eef1dc #dceef1 #f1dcee

Analogous Colors of #eef1dc

#eef1dc #e4f1dc #f1eadc

Monochromatic Colors of #eef1dc

#eef1dc

Complementary Color

#eef1dc #dfdcf1

#eef1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef1dc Color CSS Codes

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

#eef1dc Text Font Color

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

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


#eef1dc Background Color

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

This div background color is #eef1dc


#eef1dc Border Color

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

This div border color is #eef1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef1dc


Comments

No comments written yet.

Please login to write comment.