Color Hex Logo

#edf1dd Color Hex

#EDF1DD
(237,241,221)
0 Favorites   0 Comments

Color spaces of #edf1dd

RGB 237241221
HSL0.200.420.91
HSV72°95°
CMYK 0.020.000.08   0.05
XYZ79.431586.135680.8460
Yxy86.13560.32240.3496
Hunter Lab92.8093-9.645713.3191
CIE-Lab94.3703-4.76969.1890

#edf1dd color RGB value is (237,241,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 11011101
Octal 355 361 335
Decimal 237 241 221
Hex ED F1 DD

RGB Percentages of Color #edf1dd

%33.91
%34.48
%31.62

CMYK Percentages of Color #edf1dd

%2
%0
%8
%5

Triadic Colors of #edf1dd

#edf1dd #ddedf1 #f1dded

Analogous Colors of #edf1dd

#edf1dd #e3f1dd #f1ebdd

Monochromatic Colors of #edf1dd

#edf1dd

Complementary Color

#edf1dd #e1ddf1

#edf1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf1dd Color CSS Codes

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

#edf1dd Text Font Color

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

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


#edf1dd Background Color

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

This div background color is #edf1dd


#edf1dd Border Color

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

This div border color is #edf1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf1dd


Comments

No comments written yet.

Please login to write comment.