Color Hex Logo

#edf2dc Color Hex

#EDF2DC
(237,242,220)
0 Favorites   0 Comments

Color spaces of #edf2dc

RGB 237242220
HSL0.200.460.91
HSV74°95°
CMYK 0.020.000.09   0.05
XYZ79.595586.676180.2452
Yxy86.67610.32290.3516
Hunter Lab93.1000-10.317114.0665
CIE-Lab94.6007-5.438710.0360

#edf2dc color RGB value is (237,242,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 11011100
Octal 355 362 334
Decimal 237 242 220
Hex ED F2 DC

RGB Percentages of Color #edf2dc

%33.91
%34.62
%31.47

CMYK Percentages of Color #edf2dc

%2
%0
%9
%5

Triadic Colors of #edf2dc

#edf2dc #dcedf2 #f2dced

Analogous Colors of #edf2dc

#edf2dc #e2f2dc #f2ecdc

Monochromatic Colors of #edf2dc

#edf2dc

Complementary Color

#edf2dc #e1dcf2

#edf2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf2dc Color CSS Codes

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

#edf2dc Text Font Color

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

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


#edf2dc Background Color

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

This div background color is #edf2dc


#edf2dc Border Color

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

This div border color is #edf2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf2dc

#edf2dc Color Palettes


Comments

No comments written yet.

Please login to write comment.