Color Hex Logo

#edf3de Color Hex

#EDF3DE
(237,243,222)
0 Favorites   0 Comments

Color spaces of #edf3de

RGB 237243222
HSL0.210.470.91
HSV77°95°
CMYK 0.020.000.09   0.05
XYZ80.160587.379681.7483
Yxy87.37960.32160.3505
Hunter Lab93.4771-10.513613.5832
CIE-Lab94.8991-5.61259.4295

#edf3de color RGB value is (237,243,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11011110
Octal 355 363 336
Decimal 237 243 222
Hex ED F3 DE

RGB Percentages of Color #edf3de

%33.76
%34.62
%31.62

CMYK Percentages of Color #edf3de

%2
%0
%9
%5

Triadic Colors of #edf3de

#edf3de #deedf3 #f3deed

Analogous Colors of #edf3de

#edf3de #e3f3de #f3efde

Monochromatic Colors of #edf3de

#edf3de

Complementary Color

#edf3de #e4def3

#edf3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3de Color CSS Codes

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

#edf3de Text Font Color

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

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


#edf3de Background Color

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

This div background color is #edf3de


#edf3de Border Color

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

This div border color is #edf3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3de

Related Colors


Comments

No comments written yet.

Please login to write comment.