Color Hex Logo

#c7d5ac Color Hex

#C7D5AC
(199,213,172)
0 Favorites   0 Comments

Color spaces of #c7d5ac

RGB 199213172
HSL0.220.330.75
HSV80°19°84°
CMYK 0.070.000.19   0.16
XYZ54.793862.709248.2459
Yxy62.70920.33060.3783
Hunter Lab79.1891-15.070519.3100
CIE-Lab83.2891-11.835318.7138

#c7d5ac color RGB value is (199,213,172).

#c7d5ac hex color red value is 199, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c7d5ac hue: 0.22 , saturation: 0.33 and the lightness value of c7d5ac is 0.75.

The process color (four color CMYK) of #c7d5ac color hex is 0.07, 0.00, 0.19, 0.16. Web safe color of #c7d5ac is #cccc99. Color #c7d5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11010101 10101100
Octal 307 325 254
Decimal 199 213 172
Hex C7 D5 AC

RGB Percentages of Color #c7d5ac

%34.08
%36.47
%29.45

CMYK Percentages of Color #c7d5ac

%7
%0
%19
%16

Triadic Colors of #c7d5ac

#c7d5ac #acc7d5 #d5acc7

Analogous Colors of #c7d5ac

#c7d5ac #b3d5ac #d5cfac

Monochromatic Colors of #c7d5ac

#c7d5ac

Complementary Color

#c7d5ac #baacd5

#c7d5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7d5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7d5ac Color CSS Codes

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

#c7d5ac Text Font Color

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

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


#c7d5ac Background Color

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

This div background color is #c7d5ac


#c7d5ac Border Color

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

This div border color is #c7d5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7d5ac


Comments

No comments written yet.

Please login to write comment.