Color Hex Logo

#d8ecfc Color Hex

#D8ECFC
(216,236,252)
0 Favorites   0 Comments

Color spaces of #d8ecfc

RGB 216236252
HSL0.570.860.92
HSV207°14°99°
CMYK 0.140.060.00   0.01
XYZ75.885081.6181103.8498
Yxy81.61810.29040.3123
Hunter Lab90.3427-8.1655-4.9145
CIE-Lab92.4060-3.4192-9.9626

#d8ecfc color RGB value is (216,236,252).

#d8ecfc hex color red value is 216, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d8ecfc hue: 0.57 , saturation: 0.86 and the lightness value of d8ecfc is 0.92.

The process color (four color CMYK) of #d8ecfc color hex is 0.14, 0.06, 0.00, 0.01. Web safe color of #d8ecfc is #ccffff. Color #d8ecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101100 11111100
Octal 330 354 374
Decimal 216 236 252
Hex D8 EC FC

RGB Percentages of Color #d8ecfc

%30.68
%33.52
%35.80

CMYK Percentages of Color #d8ecfc

%14
%6
%0
%1

Triadic Colors of #d8ecfc

#d8ecfc #fcd8ec #ecfcd8

Analogous Colors of #d8ecfc

#d8ecfc #d8dafc #d8fcfa

Monochromatic Colors of #d8ecfc

#d8ecfc

Complementary Color

#d8ecfc #fce8d8

#d8ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ecfc Color CSS Codes

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

#d8ecfc Text Font Color

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

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


#d8ecfc Background Color

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

This div background color is #d8ecfc


#d8ecfc Border Color

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

This div border color is #d8ecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ecfc


Comments

No comments written yet.

Please login to write comment.