Color Hex Logo

#c8aaac Color Hex

#C8AAAC
(200,170,172)
0 Favorites   0 Comments

Color spaces of #c8aaac

RGB 200170172
HSL0.990.210.73
HSV356°15°78°
CMYK 0.000.150.14   0.22
XYZ45.640544.007445.1185
Yxy44.00740.33870.3265
Hunter Lab66.33816.71616.1118
CIE-Lab72.233411.22153.0207

#c8aaac color RGB value is (200,170,172).

#c8aaac hex color red value is 200, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c8aaac hue: 0.99 , saturation: 0.21 and the lightness value of c8aaac is 0.73.

The process color (four color CMYK) of #c8aaac color hex is 0.00, 0.15, 0.14, 0.22. Web safe color of #c8aaac is #cc9999. Color #c8aaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 10101100
Octal 310 252 254
Decimal 200 170 172
Hex C8 AA AC

RGB Percentages of Color #c8aaac

%36.90
%31.37
%31.73

CMYK Percentages of Color #c8aaac

%0
%15
%14
%22

Triadic Colors of #c8aaac

#c8aaac #acc8aa #aaacc8

Analogous Colors of #c8aaac

#c8aaac #c8b7aa #c8aabb

Monochromatic Colors of #c8aaac

#c8aaac

Complementary Color

#c8aaac #aac8c6

#c8aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aaac Color CSS Codes

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

#c8aaac Text Font Color

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

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


#c8aaac Background Color

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

This div background color is #c8aaac


#c8aaac Border Color

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

This div border color is #c8aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aaac

#c8aaac Color Palettes


Comments

No comments written yet.

Please login to write comment.