Color Hex Logo

#edf9dc Color Hex

#EDF9DC
(237,249,220)
0 Favorites   0 Comments

Color spaces of #edf9dc

RGB 237249220
HSL0.240.710.92
HSV85°12°98°
CMYK 0.050.000.12   0.02
XYZ81.719090.923280.9530
Yxy90.92320.32220.3585
Hunter Lab95.3537-13.892716.4118
CIE-Lab96.3784-8.947012.5714

#edf9dc color RGB value is (237,249,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 11011100
Octal 355 371 334
Decimal 237 249 220
Hex ED F9 DC

RGB Percentages of Color #edf9dc

%33.57
%35.27
%31.16

CMYK Percentages of Color #edf9dc

%5
%0
%12
%2

Triadic Colors of #edf9dc

#edf9dc #dcedf9 #f9dced

Analogous Colors of #edf9dc

#edf9dc #dff9dc #f9f7dc

Monochromatic Colors of #edf9dc

#edf9dc

Complementary Color

#edf9dc #e8dcf9

#edf9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9dc Color CSS Codes

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

#edf9dc Text Font Color

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

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


#edf9dc Background Color

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

This div background color is #edf9dc


#edf9dc Border Color

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

This div border color is #edf9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf9dc

Related Colors

#edf9dc Color Palettes


Comments

No comments written yet.

Please login to write comment.