Color Hex Logo

#c7acae Color Hex

#C7ACAE
(199,172,174)
0 Favorites   0 Comments

Color spaces of #c7acae

RGB 199172174
HSL0.990.190.73
HSV356°14°78°
CMYK 0.000.140.13   0.22
XYZ45.945744.703246.2514
Yxy44.70320.33560.3265
Hunter Lab66.86055.65735.7879
CIE-Lab72.696010.09842.5806

#c7acae color RGB value is (199,172,174).

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

The process color (four color CMYK) of #c7acae color hex is 0.00, 0.14, 0.13, 0.22. Web safe color of #c7acae is #cc9999. Color #c7acae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 10101110
Octal 307 254 256
Decimal 199 172 174
Hex C7 AC AE

RGB Percentages of Color #c7acae

%36.51
%31.56
%31.93

CMYK Percentages of Color #c7acae

%0
%14
%13
%22

Triadic Colors of #c7acae

#c7acae #aec7ac #acaec7

Analogous Colors of #c7acae

#c7acae #c7b8ac #c7acbc

Monochromatic Colors of #c7acae

#c7acae

Complementary Color

#c7acae #acc7c5

#c7acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acae Color CSS Codes

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

#c7acae Text Font Color

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

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


#c7acae Background Color

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

This div background color is #c7acae


#c7acae Border Color

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

This div border color is #c7acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7acae


Comments

No comments written yet.

Please login to write comment.