Color Hex Logo

#edf0de Color Hex

#EDF0DE
(237,240,222)
0 Favorites   0 Comments

Color spaces of #edf0de

RGB 237240222
HSL0.190.380.91
HSV70°94°
CMYK 0.010.000.08   0.06
XYZ79.270085.598681.4515
Yxy85.59860.32180.3475
Hunter Lab92.5195-8.971712.5665
CIE-Lab94.1405-4.09838.3417

#edf0de color RGB value is (237,240,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 11011110
Octal 355 360 336
Decimal 237 240 222
Hex ED F0 DE

RGB Percentages of Color #edf0de

%33.91
%34.33
%31.76

CMYK Percentages of Color #edf0de

%1
%0
%8
%6

Triadic Colors of #edf0de

#edf0de #deedf0 #f0deed

Analogous Colors of #edf0de

#edf0de #e4f0de #f0eade

Monochromatic Colors of #edf0de

#edf0de

Complementary Color

#edf0de #e1def0

#edf0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf0de Color CSS Codes

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

#edf0de Text Font Color

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

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


#edf0de Background Color

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

This div background color is #edf0de


#edf0de Border Color

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

This div border color is #edf0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf0de


Comments

No comments written yet.

Please login to write comment.