Color Hex Logo

#edf8cd Color Hex

#EDF8CD
(237,248,205)
0 Favorites   0 Comments

Color spaces of #edf8cd

RGB 237248205
HSL0.210.750.89
HSV75°17°97°
CMYK 0.040.000.17   0.03
XYZ79.511989.547170.8512
Yxy89.54710.33140.3733
Hunter Lab94.6293-15.617421.8487
CIE-Lab95.8086-10.810319.4626

#edf8cd color RGB value is (237,248,205).

#edf8cd hex color red value is 237, green value is 248 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #edf8cd hue: 0.21 , saturation: 0.75 and the lightness value of edf8cd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 11001101
Octal 355 370 315
Decimal 237 248 205
Hex ED F8 CD

RGB Percentages of Color #edf8cd

%34.35
%35.94
%29.71

CMYK Percentages of Color #edf8cd

%4
%0
%17
%3

Triadic Colors of #edf8cd

#edf8cd #cdedf8 #f8cded

Analogous Colors of #edf8cd

#edf8cd #d8f8cd #f8eecd

Monochromatic Colors of #edf8cd

#edf8cd

Complementary Color

#edf8cd #d8cdf8

#edf8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf8cd Color CSS Codes

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

#edf8cd Text Font Color

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

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


#edf8cd Background Color

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

This div background color is #edf8cd


#edf8cd Border Color

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

This div border color is #edf8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf8cd


Comments

No comments written yet.

Please login to write comment.