Color Hex Logo

#daaad0 Color Hex

#DAAAD0
(218,170,208)
0 Favorites   0 Comments

Color spaces of #daaad0

RGB 218170208
HSL0.870.390.76
HSV313°22°85°
CMYK 0.000.220.05   0.15
XYZ54.673348.208966.0982
Yxy48.20890.32350.2853
Hunter Lab69.432619.0491-7.8398
CIE-Lab74.956523.7759-12.5238

#daaad0 color RGB value is (218,170,208).

#daaad0 hex color red value is 218, green value is 170 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #daaad0 hue: 0.87 , saturation: 0.39 and the lightness value of daaad0 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11010000
Octal 332 252 320
Decimal 218 170 208
Hex DA AA D0

RGB Percentages of Color #daaad0

%36.58
%28.52
%34.90

CMYK Percentages of Color #daaad0

%0
%22
%5
%15

Triadic Colors of #daaad0

#daaad0 #d0daaa #aad0da

Analogous Colors of #daaad0

#daaad0 #daaab8 #ccaada

Monochromatic Colors of #daaad0

#daaad0

Complementary Color

#daaad0 #aadab4

#daaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaad0 Color CSS Codes

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

#daaad0 Text Font Color

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

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


#daaad0 Background Color

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

This div background color is #daaad0


#daaad0 Border Color

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

This div border color is #daaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaad0


Comments

No comments written yet.

Please login to write comment.