Color Hex Logo

#d8ebba Color Hex

#D8EBBA
(216,235,186)
0 Favorites   0 Comments

Color spaces of #d8ebba

RGB 216235186
HSL0.230.550.83
HSV83°21°92°
CMYK 0.080.000.21   0.08
XYZ66.890277.560857.8996
Yxy77.56080.33060.3833
Hunter Lab88.0686-18.545122.6686
CIE-Lab90.5791-14.647421.7247

#d8ebba color RGB value is (216,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101011 10111010
Octal 330 353 272
Decimal 216 235 186
Hex D8 EB BA

RGB Percentages of Color #d8ebba

%33.91
%36.89
%29.20

CMYK Percentages of Color #d8ebba

%8
%0
%21
%8

Triadic Colors of #d8ebba

#d8ebba #bad8eb #ebbad8

Analogous Colors of #d8ebba

#d8ebba #c0ebba #ebe6ba

Monochromatic Colors of #d8ebba

#d8ebba

Complementary Color

#d8ebba #cdbaeb

#d8ebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ebba Color CSS Codes

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

#d8ebba Text Font Color

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

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


#d8ebba Background Color

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

This div background color is #d8ebba


#d8ebba Border Color

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

This div border color is #d8ebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ebba


Comments

No comments written yet.

Please login to write comment.