Color Hex Logo

#d8ebec Color Hex

#D8EBEC
(216,235,236)
1 Favorites   0 Comments

Color spaces of #d8ebec

RGB 216235236
HSL0.510.340.89
HSV183°93°
CMYK 0.080.000.00   0.07
XYZ73.167680.071790.9559
Yxy80.07170.29960.3279
Hunter Lab89.4828-10.64042.3719
CIE-Lab91.7170-6.0535-2.6402

#d8ebec color RGB value is (216,235,236).

#d8ebec hex color red value is 216, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d8ebec hue: 0.51 , saturation: 0.34 and the lightness value of d8ebec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101011 11101100
Octal 330 353 354
Decimal 216 235 236
Hex D8 EB EC

RGB Percentages of Color #d8ebec

%31.44
%34.21
%34.35

CMYK Percentages of Color #d8ebec

%8
%0
%0
%7

Triadic Colors of #d8ebec

#d8ebec #ecd8eb #ebecd8

Analogous Colors of #d8ebec

#d8ebec #d8e1ec #d8ece3

Monochromatic Colors of #d8ebec

#d8ebec

Complementary Color

#d8ebec #ecd9d8

#d8ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ebec Color CSS Codes

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

#d8ebec Text Font Color

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

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


#d8ebec Background Color

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

This div background color is #d8ebec


#d8ebec Border Color

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

This div border color is #d8ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ebec


Comments

No comments written yet.

Please login to write comment.