Color Hex Logo

#edf4dd Color Hex

#EDF4DD
(237,244,221)
0 Favorites   0 Comments

Color spaces of #edf4dd

RGB 237244221
HSL0.220.510.91
HSV78°96°
CMYK 0.030.000.09   0.04
XYZ80.326987.926481.1444
Yxy87.92640.32210.3526
Hunter Lab93.7691-11.184614.3309
CIE-Lab95.1299-6.280910.2762

#edf4dd color RGB value is (237,244,221).

#edf4dd hex color red value is 237, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edf4dd hue: 0.22 , saturation: 0.51 and the lightness value of edf4dd is 0.91.

The process color (four color CMYK) of #edf4dd color hex is 0.03, 0.00, 0.09, 0.04. Web safe color of #edf4dd is #ffffcc. Color #edf4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 11011101
Octal 355 364 335
Decimal 237 244 221
Hex ED F4 DD

RGB Percentages of Color #edf4dd

%33.76
%34.76
%31.48

CMYK Percentages of Color #edf4dd

%3
%0
%9
%4

Triadic Colors of #edf4dd

#edf4dd #ddedf4 #f4dded

Analogous Colors of #edf4dd

#edf4dd #e2f4dd #f4f0dd

Monochromatic Colors of #edf4dd

#edf4dd

Complementary Color

#edf4dd #e4ddf4

#edf4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf4dd Color CSS Codes

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

#edf4dd Text Font Color

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

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


#edf4dd Background Color

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

This div background color is #edf4dd


#edf4dd Border Color

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

This div border color is #edf4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,244,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf4dd


Comments

No comments written yet.

Please login to write comment.