Color Hex Logo

#d8dadd Color Hex

#D8DADD
(216,218,221)
0 Favorites   0 Comments

Color spaces of #d8dadd

RGB 216218221
HSL0.600.070.86
HSV216°87°
CMYK 0.020.010.00   0.13
XYZ66.441569.962278.4088
Yxy69.96220.30930.3257
Hunter Lab83.6434-4.58592.9709
CIE-Lab86.9783-0.1235-1.7173

#d8dadd color RGB value is (216,218,221).

#d8dadd hex color red value is 216, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8dadd hue: 0.60 , saturation: 0.07 and the lightness value of d8dadd is 0.86.

The process color (four color CMYK) of #d8dadd color hex is 0.02, 0.01, 0.00, 0.13. Web safe color of #d8dadd is #cccccc. Color #d8dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 11011101
Octal 330 332 335
Decimal 216 218 221
Hex D8 DA DD

RGB Percentages of Color #d8dadd

%32.98
%33.28
%33.74

CMYK Percentages of Color #d8dadd

%2
%1
%0
%13

Triadic Colors of #d8dadd

#d8dadd #ddd8da #daddd8

Analogous Colors of #d8dadd

#d8dadd #d9d8dd #d8dddd

Monochromatic Colors of #d8dadd

#d8dadd

Complementary Color

#d8dadd #dddbd8

#d8dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dadd Color CSS Codes

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

#d8dadd Text Font Color

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

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


#d8dadd Background Color

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

This div background color is #d8dadd


#d8dadd Border Color

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

This div border color is #d8dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dadd

#d8dadd Color Palettes


Comments

No comments written yet.

Please login to write comment.