Color Hex Logo

#d8ebaa Color Hex

#D8EBAA
(216,235,170)
0 Favorites   0 Comments

Color spaces of #d8ebaa

RGB 216235170
HSL0.220.620.79
HSV78°28°92°
CMYK 0.080.000.28   0.08
XYZ65.282976.917949.4361
Yxy76.91790.34070.4014
Hunter Lab87.7029-20.610927.9716
CIE-Lab90.2838-16.965829.5300

#d8ebaa color RGB value is (216,235,170).

#d8ebaa hex color red value is 216, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d8ebaa hue: 0.22 , saturation: 0.62 and the lightness value of d8ebaa is 0.79.

The process color (four color CMYK) of #d8ebaa color hex is 0.08, 0.00, 0.28, 0.08. Web safe color of #d8ebaa is #ccff99. Color #d8ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101011 10101010
Octal 330 353 252
Decimal 216 235 170
Hex D8 EB AA

RGB Percentages of Color #d8ebaa

%34.78
%37.84
%27.38

CMYK Percentages of Color #d8ebaa

%8
%0
%28
%8

Triadic Colors of #d8ebaa

#d8ebaa #aad8eb #ebaad8

Analogous Colors of #d8ebaa

#d8ebaa #b8ebaa #ebdeaa

Monochromatic Colors of #d8ebaa

#d8ebaa

Complementary Color

#d8ebaa #bdaaeb

#d8ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ebaa Color CSS Codes

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

#d8ebaa Text Font Color

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

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


#d8ebaa Background Color

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

This div background color is #d8ebaa


#d8ebaa Border Color

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

This div border color is #d8ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ebaa


Comments

No comments written yet.

Please login to write comment.