Color Hex Logo

#d0afac Color Hex

#D0AFAC
(208,175,172)
0 Favorites   0 Comments

Color spaces of #d0afac

RGB 208175172
HSL0.010.280.75
HSV17°82°
CMYK 0.000.160.17   0.18
XYZ48.788847.048445.5395
Yxy47.04840.34510.3328
Hunter Lab68.59186.92988.6505
CIE-Lab74.220711.45915.9847

#d0afac color RGB value is (208,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 10101100
Octal 320 257 254
Decimal 208 175 172
Hex D0 AF AC

RGB Percentages of Color #d0afac

%37.48
%31.53
%30.99

CMYK Percentages of Color #d0afac

%0
%16
%17
%18

Triadic Colors of #d0afac

#d0afac #acd0af #afacd0

Analogous Colors of #d0afac

#d0afac #d0c1ac #d0acbb

Monochromatic Colors of #d0afac

#d0afac

Complementary Color

#d0afac #accdd0

#d0afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afac Color CSS Codes

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

#d0afac Text Font Color

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

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


#d0afac Background Color

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

This div background color is #d0afac


#d0afac Border Color

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

This div border color is #d0afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afac


Comments

No comments written yet.

Please login to write comment.