Color Hex Logo

#d8eaba Color Hex

#D8EABA
(216,234,186)
0 Favorites   0 Comments

Color spaces of #d8eaba

RGB 216234186
HSL0.230.530.82
HSV83°21°92°
CMYK 0.080.000.21   0.08
XYZ66.604676.989757.8044
Yxy76.98970.33070.3823
Hunter Lab87.7438-18.055722.3612
CIE-Lab90.3169-14.151021.3614

#d8eaba color RGB value is (216,234,186).

#d8eaba hex color red value is 216, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d8eaba hue: 0.23 , saturation: 0.53 and the lightness value of d8eaba is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 10111010
Octal 330 352 272
Decimal 216 234 186
Hex D8 EA BA

RGB Percentages of Color #d8eaba

%33.96
%36.79
%29.25

CMYK Percentages of Color #d8eaba

%8
%0
%21
%8

Triadic Colors of #d8eaba

#d8eaba #bad8ea #eabad8

Analogous Colors of #d8eaba

#d8eaba #c0eaba #eae4ba

Monochromatic Colors of #d8eaba

#d8eaba

Complementary Color

#d8eaba #ccbaea

#d8eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eaba Color CSS Codes

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

#d8eaba Text Font Color

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

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


#d8eaba Background Color

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

This div background color is #d8eaba


#d8eaba Border Color

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

This div border color is #d8eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eaba


Comments

No comments written yet.

Please login to write comment.