Color Hex Logo

#c1acad Color Hex

#C1ACAD
(193,172,173)
0 Favorites   0 Comments

Color spaces of #c1acad

RGB 193172173
HSL0.990.140.72
HSV357°11°76°
CMYK 0.000.110.10   0.24
XYZ44.287743.859645.6667
Yxy43.85960.33100.3278
Hunter Lab66.22663.47185.4750
CIE-Lab72.13467.74042.2488

#c1acad color RGB value is (193,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 10101101
Octal 301 254 255
Decimal 193 172 173
Hex C1 AC AD

RGB Percentages of Color #c1acad

%35.87
%31.97
%32.16

CMYK Percentages of Color #c1acad

%0
%11
%10
%24

Triadic Colors of #c1acad

#c1acad #adc1ac #acadc1

Analogous Colors of #c1acad

#c1acad #c1b6ac #c1acb8

Monochromatic Colors of #c1acad

#c1acad

Complementary Color

#c1acad #acc1c0

#c1acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acad Color CSS Codes

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

#c1acad Text Font Color

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

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


#c1acad Background Color

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

This div background color is #c1acad


#c1acad Border Color

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

This div border color is #c1acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acad


Comments

No comments written yet.

Please login to write comment.