Color Hex Logo

#d2aaae Color Hex

#D2AAAE
(210,170,174)
0 Favorites   0 Comments

Color spaces of #d2aaae

RGB 210170174
HSL0.980.310.75
HSV354°19°82°
CMYK 0.000.190.17   0.18
XYZ48.593045.507146.2670
Yxy45.50710.34620.3242
Hunter Lab67.459010.52656.5570
CIE-Lab73.224615.21663.4749

#d2aaae color RGB value is (210,170,174).

#d2aaae hex color red value is 210, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d2aaae hue: 0.98 , saturation: 0.31 and the lightness value of d2aaae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101010 10101110
Octal 322 252 256
Decimal 210 170 174
Hex D2 AA AE

RGB Percentages of Color #d2aaae

%37.91
%30.69
%31.41

CMYK Percentages of Color #d2aaae

%0
%19
%17
%18

Triadic Colors of #d2aaae

#d2aaae #aed2aa #aaaed2

Analogous Colors of #d2aaae

#d2aaae #d2baaa #d2aac2

Monochromatic Colors of #d2aaae

#d2aaae

Complementary Color

#d2aaae #aad2ce

#d2aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aaae Color CSS Codes

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

#d2aaae Text Font Color

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

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


#d2aaae Background Color

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

This div background color is #d2aaae


#d2aaae Border Color

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

This div border color is #d2aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aaae


Comments

No comments written yet.

Please login to write comment.