Color Hex Logo

#c1c8ac Color Hex

#C1C8AC
(193,200,172)
0 Favorites   0 Comments

Color spaces of #c1c8ac

RGB 193200172
HSL0.210.200.73
HSV75°14°78°
CMYK 0.040.000.14   0.22
XYZ50.093055.624647.1262
Yxy55.62460.32770.3639
Hunter Lab74.5819-10.628614.7437
CIE-Lab79.3997-7.328213.1967

#c1c8ac color RGB value is (193,200,172).

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

The process color (four color CMYK) of #c1c8ac color hex is 0.04, 0.00, 0.14, 0.22. Web safe color of #c1c8ac is #cccc99. Color #c1c8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001000 10101100
Octal 301 310 254
Decimal 193 200 172
Hex C1 C8 AC

RGB Percentages of Color #c1c8ac

%34.16
%35.40
%30.44

CMYK Percentages of Color #c1c8ac

%4
%0
%14
%22

Triadic Colors of #c1c8ac

#c1c8ac #acc1c8 #c8acc1

Analogous Colors of #c1c8ac

#c1c8ac #b3c8ac #c8c1ac

Monochromatic Colors of #c1c8ac

#c1c8ac

Complementary Color

#c1c8ac #b3acc8

#c1c8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c8ac Color CSS Codes

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

#c1c8ac Text Font Color

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

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


#c1c8ac Background Color

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

This div background color is #c1c8ac


#c1c8ac Border Color

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

This div border color is #c1c8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c8ac


Comments

No comments written yet.

Please login to write comment.