Color Hex Logo

#d0afab Color Hex

#D0AFAB
(208,175,171)
0 Favorites   0 Comments

Color spaces of #d0afab

RGB 208175171
HSL0.020.280.74
HSV18°82°
CMYK 0.000.160.18   0.18
XYZ48.693147.010145.0355
Yxy47.01010.34600.3340
Hunter Lab68.56396.78139.0507
CIE-Lab74.196211.30276.4963

#d0afab color RGB value is (208,175,171).

#d0afab hex color red value is 208, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0afab hue: 0.02 , saturation: 0.28 and the lightness value of d0afab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 10101011
Octal 320 257 253
Decimal 208 175 171
Hex D0 AF AB

RGB Percentages of Color #d0afab

%37.55
%31.59
%30.87

CMYK Percentages of Color #d0afab

%0
%16
%18
%18

Triadic Colors of #d0afab

#d0afab #abd0af #afabd0

Analogous Colors of #d0afab

#d0afab #d0c2ab #d0abba

Monochromatic Colors of #d0afab

#d0afab

Complementary Color

#d0afab #abccd0

#d0afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afab Color CSS Codes

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

#d0afab Text Font Color

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

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


#d0afab Background Color

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

This div background color is #d0afab


#d0afab Border Color

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

This div border color is #d0afab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,175,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afab


Comments

No comments written yet.

Please login to write comment.