Color Hex Logo

#d8edac Color Hex

#D8EDAC
(216,237,172)
0 Favorites   0 Comments

Color spaces of #d8edac

RGB 216237172
HSL0.220.640.80
HSV79°27°93°
CMYK 0.090.000.27   0.07
XYZ66.049578.145950.6322
Yxy78.14590.33900.4011
Hunter Lab88.4002-21.331427.9211
CIE-Lab90.8464-17.670829.2701

#d8edac color RGB value is (216,237,172).

#d8edac hex color red value is 216, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8edac hue: 0.22 , saturation: 0.64 and the lightness value of d8edac is 0.80.

The process color (four color CMYK) of #d8edac color hex is 0.09, 0.00, 0.27, 0.07. Web safe color of #d8edac is #ccff99. Color #d8edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101101 10101100
Octal 330 355 254
Decimal 216 237 172
Hex D8 ED AC

RGB Percentages of Color #d8edac

%34.56
%37.92
%27.52

CMYK Percentages of Color #d8edac

%9
%0
%27
%7

Triadic Colors of #d8edac

#d8edac #acd8ed #edacd8

Analogous Colors of #d8edac

#d8edac #b8edac #ede2ac

Monochromatic Colors of #d8edac

#d8edac

Complementary Color

#d8edac #c1aced

#d8edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8edac Color CSS Codes

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

#d8edac Text Font Color

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

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


#d8edac Background Color

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

This div background color is #d8edac


#d8edac Border Color

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

This div border color is #d8edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8edac


Comments

No comments written yet.

Please login to write comment.