Color Hex Logo

#d8dfea Color Hex

#D8DFEA
(216,223,234)
0 Favorites   0 Comments

Color spaces of #d8dfea

RGB 216223234
HSL0.600.300.88
HSV217°92°
CMYK 0.080.050.00   0.08
XYZ69.557973.314888.3270
Yxy73.31480.30090.3171
Hunter Lab85.6241-4.8351-1.2248
CIE-Lab88.5976-0.2711-6.1860

#d8dfea color RGB value is (216,223,234).

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

The process color (four color CMYK) of #d8dfea color hex is 0.08, 0.05, 0.00, 0.08. Web safe color of #d8dfea is #ccccff. Color #d8dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011111 11101010
Octal 330 337 352
Decimal 216 223 234
Hex D8 DF EA

RGB Percentages of Color #d8dfea

%32.10
%33.14
%34.77

CMYK Percentages of Color #d8dfea

%8
%5
%0
%8

Triadic Colors of #d8dfea

#d8dfea #ead8df #dfead8

Analogous Colors of #d8dfea

#d8dfea #dad8ea #d8e8ea

Monochromatic Colors of #d8dfea

#d8dfea

Complementary Color

#d8dfea #eae3d8

#d8dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dfea Color CSS Codes

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

#d8dfea Text Font Color

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

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


#d8dfea Background Color

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

This div background color is #d8dfea


#d8dfea Border Color

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

This div border color is #d8dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dfea

#d8dfea Color Palettes


Comments

No comments written yet.

Please login to write comment.