Color Hex Logo

#d0aaad Color Hex

#D0AAAD
(208,170,173)
0 Favorites   0 Comments

Color spaces of #d0aaad

RGB 208170173
HSL0.990.290.74
HSV355°18°82°
CMYK 0.000.180.17   0.18
XYZ47.930045.176545.7289
Yxy45.17650.34520.3254
Hunter Lab67.21359.66506.7113
CIE-Lab73.008014.32363.6867

#d0aaad color RGB value is (208,170,173).

#d0aaad hex color red value is 208, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d0aaad hue: 0.99 , saturation: 0.29 and the lightness value of d0aaad is 0.74.

The process color (four color CMYK) of #d0aaad color hex is 0.00, 0.18, 0.17, 0.18. Web safe color of #d0aaad is #cc9999. Color #d0aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 10101101
Octal 320 252 255
Decimal 208 170 173
Hex D0 AA AD

RGB Percentages of Color #d0aaad

%37.75
%30.85
%31.40

CMYK Percentages of Color #d0aaad

%0
%18
%17
%18

Triadic Colors of #d0aaad

#d0aaad #add0aa #aaadd0

Analogous Colors of #d0aaad

#d0aaad #d0baaa #d0aac0

Monochromatic Colors of #d0aaad

#d0aaad

Complementary Color

#d0aaad #aad0cd

#d0aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aaad Color CSS Codes

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

#d0aaad Text Font Color

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

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


#d0aaad Background Color

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

This div background color is #d0aaad


#d0aaad Border Color

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

This div border color is #d0aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aaad


Comments

No comments written yet.

Please login to write comment.