Color Hex Logo

#d0aaae Color Hex

#D0AAAE
(208,170,174)
0 Favorites   0 Comments

Color spaces of #d0aaae

RGB 208170174
HSL0.980.290.74
HSV354°18°82°
CMYK 0.000.180.16   0.18
XYZ48.027145.215346.2405
Yxy45.21530.34430.3242
Hunter Lab67.24239.81766.2977
CIE-Lab73.033414.48233.1741

#d0aaae color RGB value is (208,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 10101110
Octal 320 252 256
Decimal 208 170 174
Hex D0 AA AE

RGB Percentages of Color #d0aaae

%37.68
%30.80
%31.52

CMYK Percentages of Color #d0aaae

%0
%18
%16
%18

Triadic Colors of #d0aaae

#d0aaae #aed0aa #aaaed0

Analogous Colors of #d0aaae

#d0aaae #d0b9aa #d0aac1

Monochromatic Colors of #d0aaae

#d0aaae

Complementary Color

#d0aaae #aad0cc

#d0aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aaae Color CSS Codes

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

#d0aaae Text Font Color

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

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


#d0aaae Background Color

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

This div background color is #d0aaae


#d0aaae Border Color

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

This div border color is #d0aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aaae


Comments

No comments written yet.

Please login to write comment.