Color Hex Logo

#c3acab Color Hex

#C3ACAB
(195,172,171)
0 Favorites   0 Comments

Color spaces of #c3acab

RGB 195172171
HSL0.010.170.72
HSV12°76°
CMYK 0.000.120.12   0.24
XYZ44.608944.047444.6789
Yxy44.04740.33460.3304
Hunter Lab66.36823.83316.5439
CIE-Lab72.26028.13393.5526

#c3acab color RGB value is (195,172,171).

#c3acab hex color red value is 195, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c3acab hue: 0.01 , saturation: 0.17 and the lightness value of c3acab is 0.72.

The process color (four color CMYK) of #c3acab color hex is 0.00, 0.12, 0.12, 0.24. Web safe color of #c3acab is #cc9999. Color #c3acab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 10101011
Octal 303 254 253
Decimal 195 172 171
Hex C3 AC AB

RGB Percentages of Color #c3acab

%36.25
%31.97
%31.78

CMYK Percentages of Color #c3acab

%0
%12
%12
%24

Triadic Colors of #c3acab

#c3acab #abc3ac #acabc3

Analogous Colors of #c3acab

#c3acab #c3b8ab #c3abb6

Monochromatic Colors of #c3acab

#c3acab

Complementary Color

#c3acab #abc2c3

#c3acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acab Color CSS Codes

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

#c3acab Text Font Color

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

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


#c3acab Background Color

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

This div background color is #c3acab


#c3acab Border Color

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

This div border color is #c3acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acab


Comments

No comments written yet.

Please login to write comment.