Color Hex Logo

#dad4db Color Hex

#DAD4DB
(218,212,219)
0 Favorites   0 Comments

Color spaces of #dad4db

RGB 218212219
HSL0.810.090.85
HSV291°86°
CMYK 0.000.030.00   0.14
XYZ65.243167.106976.5321
Yxy67.10690.31230.3213
Hunter Lab81.9188-1.19401.9519
CIE-Lab85.55793.3149-2.7245

#dad4db color RGB value is (218,212,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 11011011
Octal 332 324 333
Decimal 218 212 219
Hex DA D4 DB

RGB Percentages of Color #dad4db

%33.59
%32.67
%33.74

CMYK Percentages of Color #dad4db

%0
%3
%0
%14

Triadic Colors of #dad4db

#dad4db #dbdad4 #d4dbda

Analogous Colors of #dad4db

#dad4db #dbd4d9 #d7d4db

Monochromatic Colors of #dad4db

#dad4db

Complementary Color

#dad4db #d5dbd4

#dad4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad4db Color CSS Codes

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

#dad4db Text Font Color

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

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


#dad4db Background Color

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

This div background color is #dad4db


#dad4db Border Color

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

This div border color is #dad4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad4db


Comments

No comments written yet.

Please login to write comment.