Color Hex Logo

#dad1db Color Hex

#DAD1DB
(218,209,219)
0 Favorites   0 Comments

Color spaces of #dad1db

RGB 218209219
HSL0.820.120.84
HSV294°86°
CMYK 0.000.050.00   0.14
XYZ64.500165.620876.2844
Yxy65.62080.31250.3179
Hunter Lab81.00670.36570.8710
CIE-Lab84.80264.8897-3.8347

#dad1db color RGB value is (218,209,219).

#dad1db hex color red value is 218, green value is 209 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dad1db hue: 0.82 , saturation: 0.12 and the lightness value of dad1db is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 11011011
Octal 332 321 333
Decimal 218 209 219
Hex DA D1 DB

RGB Percentages of Color #dad1db

%33.75
%32.35
%33.90

CMYK Percentages of Color #dad1db

%0
%5
%0
%14

Triadic Colors of #dad1db

#dad1db #dbdad1 #d1dbda

Analogous Colors of #dad1db

#dad1db #dbd1d7 #d5d1db

Monochromatic Colors of #dad1db

#dad1db

Complementary Color

#dad1db #d2dbd1

#dad1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad1db Color CSS Codes

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

#dad1db Text Font Color

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

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


#dad1db Background Color

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

This div background color is #dad1db


#dad1db Border Color

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

This div border color is #dad1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad1db


Comments

No comments written yet.

Please login to write comment.