Color Hex Logo

#d5aaad Color Hex

#D5AAAD
(213,170,173)
0 Favorites   0 Comments

Color spaces of #d5aaad

RGB 213170173
HSL0.990.340.75
HSV356°20°84°
CMYK 0.000.200.19   0.16
XYZ49.358145.912745.7957
Yxy45.91270.34990.3255
Hunter Lab67.758911.44797.3594
CIE-Lab73.488916.16484.4429

#d5aaad color RGB value is (213,170,173).

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

The process color (four color CMYK) of #d5aaad color hex is 0.00, 0.20, 0.19, 0.16. Web safe color of #d5aaad is #cc9999. Color #d5aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 10101101
Octal 325 252 255
Decimal 213 170 173
Hex D5 AA AD

RGB Percentages of Color #d5aaad

%38.31
%30.58
%31.12

CMYK Percentages of Color #d5aaad

%0
%20
%19
%16

Triadic Colors of #d5aaad

#d5aaad #add5aa #aaadd5

Analogous Colors of #d5aaad

#d5aaad #d5bdaa #d5aac3

Monochromatic Colors of #d5aaad

#d5aaad

Complementary Color

#d5aaad #aad5d2

#d5aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aaad Color CSS Codes

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

#d5aaad Text Font Color

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

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


#d5aaad Background Color

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

This div background color is #d5aaad


#d5aaad Border Color

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

This div border color is #d5aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aaad


Comments

No comments written yet.

Please login to write comment.