Color Hex Logo

#daadd9 Color Hex

#DAADD9
(218,173,217)
0 Favorites   0 Comments

Color spaces of #daadd9

RGB 218173217
HSL0.840.380.77
HSV301°21°85°
CMYK 0.000.210.00   0.15
XYZ56.381449.802372.2868
Yxy49.80230.31590.2791
Hunter Lab70.570719.1110-11.3322
CIE-Lab75.947823.7894-15.9430

#daadd9 color RGB value is (218,173,217).

#daadd9 hex color red value is 218, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #daadd9 hue: 0.84 , saturation: 0.38 and the lightness value of daadd9 is 0.77.

The process color (four color CMYK) of #daadd9 color hex is 0.00, 0.21, 0.00, 0.15. Web safe color of #daadd9 is #cc99cc. Color #daadd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11011001
Octal 332 255 331
Decimal 218 173 217
Hex DA AD D9

RGB Percentages of Color #daadd9

%35.86
%28.45
%35.69

CMYK Percentages of Color #daadd9

%0
%21
%0
%15

Triadic Colors of #daadd9

#daadd9 #d9daad #add9da

Analogous Colors of #daadd9

#daadd9 #daadc3 #c5adda

Monochromatic Colors of #daadd9

#daadd9

Complementary Color

#daadd9 #addaae

#daadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadd9 Color CSS Codes

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

#daadd9 Text Font Color

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

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


#daadd9 Background Color

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

This div background color is #daadd9


#daadd9 Border Color

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

This div border color is #daadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadd9


Comments

No comments written yet.

Please login to write comment.