Color Hex Logo

#d0aead Color Hex

#D0AEAD
(208,174,173)
0 Favorites   0 Comments

Color spaces of #d0aead

RGB 208174173
HSL0.000.270.75
HSV17°82°
CMYK 0.000.160.17   0.18
XYZ48.691346.699145.9827
Yxy46.69910.34440.3303
Hunter Lab68.33677.59557.9404
CIE-Lab73.996912.15705.1152

#d0aead color RGB value is (208,174,173).

#d0aead hex color red value is 208, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d0aead hue: 0.00 , saturation: 0.27 and the lightness value of d0aead is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 10101101
Octal 320 256 255
Decimal 208 174 173
Hex D0 AE AD

RGB Percentages of Color #d0aead

%37.48
%31.35
%31.17

CMYK Percentages of Color #d0aead

%0
%16
%17
%18

Triadic Colors of #d0aead

#d0aead #add0ae #aeadd0

Analogous Colors of #d0aead

#d0aead #d0c0ad #d0adbe

Monochromatic Colors of #d0aead

#d0aead

Complementary Color

#d0aead #adcfd0

#d0aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aead Color CSS Codes

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

#d0aead Text Font Color

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

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


#d0aead Background Color

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

This div background color is #d0aead


#d0aead Border Color

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

This div border color is #d0aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aead


Comments

No comments written yet.

Please login to write comment.