Color Hex Logo

#c3acae Color Hex

#C3ACAE
(195,172,174)
0 Favorites   0 Comments

Color spaces of #c3acae

RGB 195172174
HSL0.990.160.72
HSV355°12°76°
CMYK 0.000.120.11   0.24
XYZ44.898244.163146.2023
Yxy44.16310.33190.3265
Hunter Lab66.45534.30045.2980
CIE-Lab72.33748.63922.0154

#c3acae color RGB value is (195,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 10101110
Octal 303 254 256
Decimal 195 172 174
Hex C3 AC AE

RGB Percentages of Color #c3acae

%36.04
%31.79
%32.16

CMYK Percentages of Color #c3acae

%0
%12
%11
%24

Triadic Colors of #c3acae

#c3acae #aec3ac #acaec3

Analogous Colors of #c3acae

#c3acae #c3b6ac #c3acba

Monochromatic Colors of #c3acae

#c3acae

Complementary Color

#c3acae #acc3c1

#c3acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acae Color CSS Codes

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

#c3acae Text Font Color

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

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


#c3acae Background Color

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

This div background color is #c3acae


#c3acae Border Color

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

This div border color is #c3acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acae


Comments

No comments written yet.

Please login to write comment.