Color Hex Logo

#dad6db Color Hex

#DAD6DB
(218,214,219)
1 Favorites   0 Comments

Color spaces of #dad6db

RGB 218214219
HSL0.800.060.85
HSV288°86°
CMYK 0.000.020.00   0.14
XYZ65.746268.113076.6998
Yxy68.11300.31220.3235
Hunter Lab82.5306-2.23042.6703
CIE-Lab86.06292.2689-1.9836

#dad6db color RGB value is (218,214,219).

#dad6db hex color red value is 218, green value is 214 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dad6db hue: 0.80 , saturation: 0.06 and the lightness value of dad6db is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 11011011
Octal 332 326 333
Decimal 218 214 219
Hex DA D6 DB

RGB Percentages of Color #dad6db

%33.49
%32.87
%33.64

CMYK Percentages of Color #dad6db

%0
%2
%0
%14

Triadic Colors of #dad6db

#dad6db #dbdad6 #d6dbda

Analogous Colors of #dad6db

#dad6db #dbd6da #d8d6db

Monochromatic Colors of #dad6db

#dad6db

Complementary Color

#dad6db #d7dbd6

#dad6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad6db Color CSS Codes

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

#dad6db Text Font Color

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

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


#dad6db Background Color

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

This div background color is #dad6db


#dad6db Border Color

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

This div border color is #dad6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad6db


Comments

No comments written yet.

Please login to write comment.