Color Hex Logo

#edf8dc Color Hex

#EDF8DC
(237,248,220)
0 Favorites   0 Comments

Color spaces of #edf8dc

RGB 237248220
HSL0.230.670.92
HSV84°11°97°
CMYK 0.040.000.11   0.03
XYZ81.410790.306680.8503
Yxy90.30660.32230.3576
Hunter Lab95.0298-13.383616.0776
CIE-Lab96.1238-8.448212.2091

#edf8dc color RGB value is (237,248,220).

#edf8dc hex color red value is 237, green value is 248 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edf8dc hue: 0.23 , saturation: 0.67 and the lightness value of edf8dc is 0.92.

The process color (four color CMYK) of #edf8dc color hex is 0.04, 0.00, 0.11, 0.03. Web safe color of #edf8dc is #ffffcc. Color #edf8dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 11011100
Octal 355 370 334
Decimal 237 248 220
Hex ED F8 DC

RGB Percentages of Color #edf8dc

%33.62
%35.18
%31.21

CMYK Percentages of Color #edf8dc

%4
%0
%11
%3

Triadic Colors of #edf8dc

#edf8dc #dcedf8 #f8dced

Analogous Colors of #edf8dc

#edf8dc #dff8dc #f8f5dc

Monochromatic Colors of #edf8dc

#edf8dc

Complementary Color

#edf8dc #e7dcf8

#edf8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf8dc Color CSS Codes

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

#edf8dc Text Font Color

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

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


#edf8dc Background Color

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

This div background color is #edf8dc


#edf8dc Border Color

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

This div border color is #edf8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf8dc


Comments

No comments written yet.

Please login to write comment.