Color Hex Logo

#edf0dc Color Hex

#EDF0DC
(237,240,220)
0 Favorites   0 Comments

Color spaces of #edf0dc

RGB 237240220
HSL0.190.400.90
HSV69°94°
CMYK 0.010.000.08   0.06
XYZ79.003485.492080.0478
Yxy85.49200.32310.3496
Hunter Lab92.4619-9.290213.3937
CIE-Lab94.0947-4.42949.3119

#edf0dc color RGB value is (237,240,220).

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

The process color (four color CMYK) of #edf0dc color hex is 0.01, 0.00, 0.08, 0.06. Web safe color of #edf0dc is #ffffcc. Color #edf0dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 11011100
Octal 355 360 334
Decimal 237 240 220
Hex ED F0 DC

RGB Percentages of Color #edf0dc

%34.00
%34.43
%31.56

CMYK Percentages of Color #edf0dc

%1
%0
%8
%6

Triadic Colors of #edf0dc

#edf0dc #dcedf0 #f0dced

Analogous Colors of #edf0dc

#edf0dc #e3f0dc #f0e9dc

Monochromatic Colors of #edf0dc

#edf0dc

Complementary Color

#edf0dc #dfdcf0

#edf0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf0dc Color CSS Codes

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

#edf0dc Text Font Color

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

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


#edf0dc Background Color

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

This div background color is #edf0dc


#edf0dc Border Color

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

This div border color is #edf0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf0dc

#edf0dc Color Palettes


Comments

No comments written yet.

Please login to write comment.