Color Hex Logo

#c2afac Color Hex

#C2AFAC
(194,175,172)
0 Favorites   0 Comments

Color spaces of #c2afac

RGB 194175172
HSL0.020.150.72
HSV11°76°
CMYK 0.000.100.11   0.24
XYZ45.024545.107845.3634
Yxy45.10780.33230.3329
Hunter Lab67.16232.12936.9674
CIE-Lab72.96286.30824.0090

#c2afac color RGB value is (194,175,172).

#c2afac hex color red value is 194, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2afac hue: 0.02 , saturation: 0.15 and the lightness value of c2afac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 10101100
Octal 302 257 254
Decimal 194 175 172
Hex C2 AF AC

RGB Percentages of Color #c2afac

%35.86
%32.35
%31.79

CMYK Percentages of Color #c2afac

%0
%10
%11
%24

Triadic Colors of #c2afac

#c2afac #acc2af #afacc2

Analogous Colors of #c2afac

#c2afac #c2baac #c2acb4

Monochromatic Colors of #c2afac

#c2afac

Complementary Color

#c2afac #acbfc2

#c2afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afac Color CSS Codes

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

#c2afac Text Font Color

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

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


#c2afac Background Color

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

This div background color is #c2afac


#c2afac Border Color

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

This div border color is #c2afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afac


Comments

No comments written yet.

Please login to write comment.