Color Hex Logo

#c7c8ac Color Hex

#C7C8AC
(199,200,172)
0 Favorites   0 Comments

Color spaces of #c7c8ac

RGB 199200172
HSL0.170.200.73
HSV62°14°78°
CMYK 0.000.000.14   0.22
XYZ51.653956.429247.1992
Yxy56.42920.33260.3634
Hunter Lab75.1194-8.718015.3303
CIE-Lab79.8575-5.149213.9079

#c7c8ac color RGB value is (199,200,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001000 10101100
Octal 307 310 254
Decimal 199 200 172
Hex C7 C8 AC

RGB Percentages of Color #c7c8ac

%34.85
%35.03
%30.12

CMYK Percentages of Color #c7c8ac

%0
%0
%14
%22

Triadic Colors of #c7c8ac

#c7c8ac #acc7c8 #c8acc7

Analogous Colors of #c7c8ac

#c7c8ac #b9c8ac #c8bbac

Monochromatic Colors of #c7c8ac

#c7c8ac

Complementary Color

#c7c8ac #adacc8

#c7c8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c8ac Color CSS Codes

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

#c7c8ac Text Font Color

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

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


#c7c8ac Background Color

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

This div background color is #c7c8ac


#c7c8ac Border Color

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

This div border color is #c7c8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c8ac


Comments

No comments written yet.

Please login to write comment.