Color Hex Logo

#d9ebec Color Hex

#D9EBEC
(217,235,236)
0 Favorites   0 Comments

Color spaces of #d9ebec

RGB 217235236
HSL0.510.330.89
HSV183°93°
CMYK 0.080.000.00   0.07
XYZ73.463980.224590.9698
Yxy80.22450.30030.3279
Hunter Lab89.5681-10.33832.4799
CIE-Lab91.7855-5.7309-2.5318

#d9ebec color RGB value is (217,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101011 11101100
Octal 331 353 354
Decimal 217 235 236
Hex D9 EB EC

RGB Percentages of Color #d9ebec

%31.54
%34.16
%34.30

CMYK Percentages of Color #d9ebec

%8
%0
%0
%7

Triadic Colors of #d9ebec

#d9ebec #ecd9eb #ebecd9

Analogous Colors of #d9ebec

#d9ebec #d9e2ec #d9ece4

Monochromatic Colors of #d9ebec

#d9ebec

Complementary Color

#d9ebec #ecdad9

#d9ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ebec Color CSS Codes

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

#d9ebec Text Font Color

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

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


#d9ebec Background Color

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

This div background color is #d9ebec


#d9ebec Border Color

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

This div border color is #d9ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ebec


Comments

No comments written yet.

Please login to write comment.