Color Hex Logo

#c2acad Color Hex

#C2ACAD
(194,172,173)
0 Favorites   0 Comments

Color spaces of #c2acad

RGB 194172173
HSL0.990.150.72
HSV357°11°76°
CMYK 0.000.110.11   0.24
XYZ44.543543.991545.6787
Yxy43.99150.33190.3278
Hunter Lab66.32613.80705.5953
CIE-Lab72.22288.10492.3878

#c2acad color RGB value is (194,172,173).

#c2acad hex color red value is 194, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c2acad hue: 0.99 , saturation: 0.15 and the lightness value of c2acad is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 10101101
Octal 302 254 255
Decimal 194 172 173
Hex C2 AC AD

RGB Percentages of Color #c2acad

%35.99
%31.91
%32.10

CMYK Percentages of Color #c2acad

%0
%11
%11
%24

Triadic Colors of #c2acad

#c2acad #adc2ac #acadc2

Analogous Colors of #c2acad

#c2acad #c2b6ac #c2acb8

Monochromatic Colors of #c2acad

#c2acad

Complementary Color

#c2acad #acc2c1

#c2acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2acad Color CSS Codes

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

#c2acad Text Font Color

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

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


#c2acad Background Color

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

This div background color is #c2acad


#c2acad Border Color

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

This div border color is #c2acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2acad


Comments

No comments written yet.

Please login to write comment.