Color Hex Logo

#eef2dc Color Hex

#EEF2DC
(238,242,220)
0 Favorites   0 Comments

Color spaces of #eef2dc

RGB 238242220
HSL0.200.460.91
HSV71°95°
CMYK 0.020.000.09   0.05
XYZ79.930386.848780.2608
Yxy86.84870.32360.3516
Hunter Lab93.1926-9.989714.1722
CIE-Lab94.6740-5.095110.1507

#eef2dc color RGB value is (238,242,220).

#eef2dc hex color red value is 238, green value is 242 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eef2dc hue: 0.20 , saturation: 0.46 and the lightness value of eef2dc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 11011100
Octal 356 362 334
Decimal 238 242 220
Hex EE F2 DC

RGB Percentages of Color #eef2dc

%34.00
%34.57
%31.43

CMYK Percentages of Color #eef2dc

%2
%0
%9
%5

Triadic Colors of #eef2dc

#eef2dc #dceef2 #f2dcee

Analogous Colors of #eef2dc

#eef2dc #e3f2dc #f2ebdc

Monochromatic Colors of #eef2dc

#eef2dc

Complementary Color

#eef2dc #e0dcf2

#eef2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef2dc Color CSS Codes

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

#eef2dc Text Font Color

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

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


#eef2dc Background Color

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

This div background color is #eef2dc


#eef2dc Border Color

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

This div border color is #eef2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef2dc


Comments

No comments written yet.

Please login to write comment.