Color Hex Logo

#edf3dc Color Hex

#EDF3DC
(237,243,220)
0 Favorites   0 Comments

Color spaces of #edf3dc

RGB 237243220
HSL0.210.490.91
HSV76°95°
CMYK 0.020.000.09   0.05
XYZ79.893987.273080.3447
Yxy87.27300.32280.3526
Hunter Lab93.4200-10.829714.4024
CIE-Lab94.8540-5.942310.3981

#edf3dc color RGB value is (237,243,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11011100
Octal 355 363 334
Decimal 237 243 220
Hex ED F3 DC

RGB Percentages of Color #edf3dc

%33.86
%34.71
%31.43

CMYK Percentages of Color #edf3dc

%2
%0
%9
%5

Triadic Colors of #edf3dc

#edf3dc #dcedf3 #f3dced

Analogous Colors of #edf3dc

#edf3dc #e2f3dc #f3eedc

Monochromatic Colors of #edf3dc

#edf3dc

Complementary Color

#edf3dc #e2dcf3

#edf3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3dc Color CSS Codes

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

#edf3dc Text Font Color

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

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


#edf3dc Background Color

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

This div background color is #edf3dc


#edf3dc Border Color

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

This div border color is #edf3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3dc


Comments

No comments written yet.

Please login to write comment.