Color Hex Logo

#c8acaa Color Hex

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

Color spaces of #c8acaa

RGB 200172170
HSL0.010.210.73
HSV15°78°
CMYK 0.000.140.15   0.22
XYZ45.827644.686744.2402
Yxy44.68670.34010.3316
Hunter Lab66.84815.38627.5554
CIE-Lab72.68519.80894.7733

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

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

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

Base Numbers

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

RGB Percentages of Color #c8acaa

%36.90
%31.73
%31.37

CMYK Percentages of Color #c8acaa

%0
%14
%15
%22

Triadic Colors of #c8acaa

#c8acaa #aac8ac #acaac8

Analogous Colors of #c8acaa

#c8acaa #c8bbaa #c8aab7

Monochromatic Colors of #c8acaa

#c8acaa

Complementary Color

#c8acaa #aac6c8

#c8acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acaa Color CSS Codes

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

#c8acaa Text Font Color

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

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


#c8acaa Background Color

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

This div background color is #c8acaa


#c8acaa Border Color

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

This div border color is #c8acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acaa


Comments

No comments written yet.

Please login to write comment.