Color Hex Logo

#dad7dc Color Hex

#DAD7DC
(218,215,220)
0 Favorites   0 Comments

Color spaces of #dad7dc

RGB 218215220
HSL0.770.070.85
HSV276°86°
CMYK 0.010.020.00   0.14
XYZ66.132168.673677.4799
Yxy68.67360.31150.3235
Hunter Lab82.8695-2.57392.5748
CIE-Lab86.34221.9287-2.1034

#dad7dc color RGB value is (218,215,220).

#dad7dc hex color red value is 218, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dad7dc hue: 0.77 , saturation: 0.07 and the lightness value of dad7dc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 11011100
Octal 332 327 334
Decimal 218 215 220
Hex DA D7 DC

RGB Percentages of Color #dad7dc

%33.38
%32.92
%33.69

CMYK Percentages of Color #dad7dc

%1
%2
%0
%14

Triadic Colors of #dad7dc

#dad7dc #dcdad7 #d7dcda

Analogous Colors of #dad7dc

#dad7dc #dcd7dc #d8d7dc

Monochromatic Colors of #dad7dc

#dad7dc

Complementary Color

#dad7dc #d9dcd7

#dad7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad7dc Color CSS Codes

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

#dad7dc Text Font Color

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

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


#dad7dc Background Color

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

This div background color is #dad7dc


#dad7dc Border Color

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

This div border color is #dad7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad7dc


Comments

No comments written yet.

Please login to write comment.