Color Hex Logo

#edf3dd Color Hex

#EDF3DD
(237,243,221)
0 Favorites   0 Comments

Color spaces of #edf3dd

RGB 237243221
HSL0.210.480.91
HSV76°95°
CMYK 0.020.000.09   0.05
XYZ80.026887.326281.0444
Yxy87.32620.32220.3516
Hunter Lab93.4485-10.672213.9939
CIE-Lab94.8765-5.77799.9138

#edf3dd color RGB value is (237,243,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11011101
Octal 355 363 335
Decimal 237 243 221
Hex ED F3 DD

RGB Percentages of Color #edf3dd

%33.81
%34.66
%31.53

CMYK Percentages of Color #edf3dd

%2
%0
%9
%5

Triadic Colors of #edf3dd

#edf3dd #ddedf3 #f3dded

Analogous Colors of #edf3dd

#edf3dd #e2f3dd #f3eedd

Monochromatic Colors of #edf3dd

#edf3dd

Complementary Color

#edf3dd #e3ddf3

#edf3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3dd Color CSS Codes

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

#edf3dd Text Font Color

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

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


#edf3dd Background Color

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

This div background color is #edf3dd


#edf3dd Border Color

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

This div border color is #edf3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3dd


Comments

No comments written yet.

Please login to write comment.