Color Hex Logo

#dad9dd Color Hex

#DAD9DD
(218,217,221)
0 Favorites   0 Comments

Color spaces of #dad9dd

RGB 218217221
HSL0.710.060.86
HSV255°87°
CMYK 0.010.020.00   0.13
XYZ66.777469.751678.3505
Yxy69.75160.31080.3246
Hunter Lab83.5174-3.43362.8403
CIE-Lab86.87491.0689-1.8512

#dad9dd color RGB value is (218,217,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 11011101
Octal 332 331 335
Decimal 218 217 221
Hex DA D9 DD

RGB Percentages of Color #dad9dd

%33.23
%33.08
%33.69

CMYK Percentages of Color #dad9dd

%1
%2
%0
%13

Triadic Colors of #dad9dd

#dad9dd #dddad9 #d9ddda

Analogous Colors of #dad9dd

#dad9dd #dcd9dd #d9dadd

Monochromatic Colors of #dad9dd

#dad9dd

Complementary Color

#dad9dd #dcddd9

#dad9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad9dd Color CSS Codes

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

#dad9dd Text Font Color

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

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


#dad9dd Background Color

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

This div background color is #dad9dd


#dad9dd Border Color

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

This div border color is #dad9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad9dd


Comments

No comments written yet.

Please login to write comment.