Color Hex Logo

#c4acac Color Hex

#C4ACAC
(196,172,172)
1 Favorites   0 Comments

Color spaces of #c4acac

RGB 196172172
HSL0.000.170.72
HSV12°77°
CMYK 0.000.120.12   0.23
XYZ44.963944.219445.1951
Yxy44.21940.33460.3291
Hunter Lab66.49774.32596.2520
CIE-Lab72.37498.66733.1803

#c4acac color RGB value is (196,172,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 10101100
Octal 304 254 254
Decimal 196 172 172
Hex C4 AC AC

RGB Percentages of Color #c4acac

%36.30
%31.85
%31.85

CMYK Percentages of Color #c4acac

%0
%12
%12
%23

Triadic Colors of #c4acac

#c4acac #acc4ac #acacc4

Analogous Colors of #c4acac

#c4acac #c4b8ac #c4acb8

Monochromatic Colors of #c4acac

#c4acac

Complementary Color

#c4acac #acc4c4

#c4acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acac Color CSS Codes

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

#c4acac Text Font Color

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

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


#c4acac Background Color

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

This div background color is #c4acac


#c4acac Border Color

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

This div border color is #c4acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acac


Comments

No comments written yet.

Please login to write comment.