Color Hex Logo

#d8eacb Color Hex

#D8EACB
(216,234,203)
0 Favorites   0 Comments

Color spaces of #d8eacb

RGB 216234203
HSL0.260.420.86
HSV95°13°92°
CMYK 0.080.000.13   0.08
XYZ68.521277.756467.8969
Yxy77.75640.31990.3631
Hunter Lab88.1796-15.608316.0733
CIE-Lab90.6686-11.447513.0437

#d8eacb color RGB value is (216,234,203).

#d8eacb hex color red value is 216, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d8eacb hue: 0.26 , saturation: 0.42 and the lightness value of d8eacb is 0.86.

The process color (four color CMYK) of #d8eacb color hex is 0.08, 0.00, 0.13, 0.08. Web safe color of #d8eacb is #ccffcc. Color #d8eacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11001011
Octal 330 352 313
Decimal 216 234 203
Hex D8 EA CB

RGB Percentages of Color #d8eacb

%33.08
%35.83
%31.09

CMYK Percentages of Color #d8eacb

%8
%0
%13
%8

Triadic Colors of #d8eacb

#d8eacb #cbd8ea #eacbd8

Analogous Colors of #d8eacb

#d8eacb #cbeace #e8eacb

Monochromatic Colors of #d8eacb

#d8eacb

Complementary Color

#d8eacb #ddcbea

#d8eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eacb Color CSS Codes

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

#d8eacb Text Font Color

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

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


#d8eacb Background Color

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

This div background color is #d8eacb


#d8eacb Border Color

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

This div border color is #d8eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eacb


Comments

No comments written yet.

Please login to write comment.