Color Hex Logo

#d8ebea Color Hex

#D8EBEA
(216,235,234)
0 Favorites   0 Comments

Color spaces of #d8ebea

RGB 216235234
HSL0.490.320.88
HSV177°92°
CMYK 0.080.000.00   0.08
XYZ72.878579.956189.4339
Yxy79.95610.30080.3300
Hunter Lab89.4182-10.99893.2923
CIE-Lab91.6652-6.4343-1.6731

#d8ebea color RGB value is (216,235,234).

#d8ebea hex color red value is 216, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d8ebea hue: 0.49 , saturation: 0.32 and the lightness value of d8ebea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101011 11101010
Octal 330 353 352
Decimal 216 235 234
Hex D8 EB EA

RGB Percentages of Color #d8ebea

%31.53
%34.31
%34.16

CMYK Percentages of Color #d8ebea

%8
%0
%0
%8

Triadic Colors of #d8ebea

#d8ebea #ead8eb #ebead8

Analogous Colors of #d8ebea

#d8ebea #d8e3eb #d8ebe1

Monochromatic Colors of #d8ebea

#d8ebea

Complementary Color

#d8ebea #ebd8d9

#d8ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ebea Color CSS Codes

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

#d8ebea Text Font Color

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

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


#d8ebea Background Color

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

This div background color is #d8ebea


#d8ebea Border Color

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

This div border color is #d8ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ebea


Comments

No comments written yet.

Please login to write comment.