Color Hex Logo

#edf6dc Color Hex

#EDF6DC
(237,246,220)
0 Favorites   0 Comments

Color spaces of #edf6dc

RGB 237246220
HSL0.220.590.91
HSV81°11°96°
CMYK 0.040.000.11   0.04
XYZ80.799189.083480.6464
Yxy89.08340.32250.3556
Hunter Lab94.3840-12.363915.4085
CIE-Lab95.6153-7.448311.4847

#edf6dc color RGB value is (237,246,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 11011100
Octal 355 366 334
Decimal 237 246 220
Hex ED F6 DC

RGB Percentages of Color #edf6dc

%33.71
%34.99
%31.29

CMYK Percentages of Color #edf6dc

%4
%0
%11
%4

Triadic Colors of #edf6dc

#edf6dc #dcedf6 #f6dced

Analogous Colors of #edf6dc

#edf6dc #e0f6dc #f6f2dc

Monochromatic Colors of #edf6dc

#edf6dc

Complementary Color

#edf6dc #e5dcf6

#edf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf6dc Color CSS Codes

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

#edf6dc Text Font Color

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

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


#edf6dc Background Color

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

This div background color is #edf6dc


#edf6dc Border Color

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

This div border color is #edf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf6dc

#edf6dc Color Palettes


Comments

No comments written yet.

Please login to write comment.