Color Hex Logo

#c8aaba Color Hex

#C8AABA
(200,170,186)
0 Favorites   0 Comments

Color spaces of #c8aaba

RGB 200170186
HSL0.910.210.73
HSV328°15°78°
CMYK 0.000.150.07   0.22
XYZ47.057144.574052.5778
Yxy44.57400.32630.3091
Hunter Lab66.76388.97560.0426
CIE-Lab72.610513.6059-4.1309

#c8aaba color RGB value is (200,170,186).

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

The process color (four color CMYK) of #c8aaba color hex is 0.00, 0.15, 0.07, 0.22. Web safe color of #c8aaba is #cc99cc. Color #c8aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 10111010
Octal 310 252 272
Decimal 200 170 186
Hex C8 AA BA

RGB Percentages of Color #c8aaba

%35.97
%30.58
%33.45

CMYK Percentages of Color #c8aaba

%0
%15
%7
%22

Triadic Colors of #c8aaba

#c8aaba #bac8aa #aabac8

Analogous Colors of #c8aaba

#c8aaba #c8aaab #c7aac8

Monochromatic Colors of #c8aaba

#c8aaba

Complementary Color

#c8aaba #aac8b8

#c8aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aaba Color CSS Codes

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

#c8aaba Text Font Color

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

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


#c8aaba Background Color

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

This div background color is #c8aaba


#c8aaba Border Color

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

This div border color is #c8aaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,170,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aaba


Comments

No comments written yet.

Please login to write comment.