Color Hex Logo

#d4aaad Color Hex

#D4AAAD
(212,170,173)
0 Favorites   0 Comments

Color spaces of #d4aaad

RGB 212170173
HSL0.990.330.75
HSV356°20°83°
CMYK 0.000.200.18   0.17
XYZ49.068945.763645.7822
Yxy45.76360.34900.3255
Hunter Lab67.648811.08927.2289
CIE-Lab73.391915.79634.2904

#d4aaad color RGB value is (212,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 10101101
Octal 324 252 255
Decimal 212 170 173
Hex D4 AA AD

RGB Percentages of Color #d4aaad

%38.20
%30.63
%31.17

CMYK Percentages of Color #d4aaad

%0
%20
%18
%17

Triadic Colors of #d4aaad

#d4aaad #add4aa #aaadd4

Analogous Colors of #d4aaad

#d4aaad #d4bcaa #d4aac2

Monochromatic Colors of #d4aaad

#d4aaad

Complementary Color

#d4aaad #aad4d1

#d4aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aaad Color CSS Codes

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

#d4aaad Text Font Color

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

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


#d4aaad Background Color

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

This div background color is #d4aaad


#d4aaad Border Color

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

This div border color is #d4aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aaad


Comments

No comments written yet.

Please login to write comment.