Color Hex Logo

#edf2de Color Hex

#EDF2DE
(237,242,222)
0 Favorites   0 Comments

Color spaces of #edf2de

RGB 237242222
HSL0.210.430.91
HSV75°95°
CMYK 0.020.000.08   0.05
XYZ79.862086.782781.6488
Yxy86.78270.32160.3495
Hunter Lab93.1572-10.000413.2446
CIE-Lab94.6460-5.10879.0669

#edf2de color RGB value is (237,242,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 11011110
Octal 355 362 336
Decimal 237 242 222
Hex ED F2 DE

RGB Percentages of Color #edf2de

%33.81
%34.52
%31.67

CMYK Percentages of Color #edf2de

%2
%0
%8
%5

Triadic Colors of #edf2de

#edf2de #deedf2 #f2deed

Analogous Colors of #edf2de

#edf2de #e3f2de #f2edde

Monochromatic Colors of #edf2de

#edf2de

Complementary Color

#edf2de #e3def2

#edf2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf2de Color CSS Codes

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

#edf2de Text Font Color

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

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


#edf2de Background Color

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

This div background color is #edf2de


#edf2de Border Color

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

This div border color is #edf2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf2de


Comments

No comments written yet.

Please login to write comment.