Color Hex Logo

#c2baac Color Hex

#C2BAAC
(194,186,172)
0 Favorites   0 Comments

Color spaces of #c2baac

RGB 194186172
HSL0.110.150.72
HSV38°11°76°
CMYK 0.000.040.11   0.24
XYZ47.253449.565746.1063
Yxy49.56570.33060.3468
Hunter Lab70.4029-3.398510.4535
CIE-Lab75.80190.39918.0930

#c2baac color RGB value is (194,186,172).

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

The process color (four color CMYK) of #c2baac color hex is 0.00, 0.04, 0.11, 0.24. Web safe color of #c2baac is #cccc99. Color #c2baac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 10101100
Octal 302 272 254
Decimal 194 186 172
Hex C2 BA AC

RGB Percentages of Color #c2baac

%35.14
%33.70
%31.16

CMYK Percentages of Color #c2baac

%0
%4
%11
%24

Triadic Colors of #c2baac

#c2baac #acc2ba #baacc2

Analogous Colors of #c2baac

#c2baac #bfc2ac #c2afac

Monochromatic Colors of #c2baac

#c2baac

Complementary Color

#c2baac #acb4c2

#c2baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baac Color CSS Codes

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

#c2baac Text Font Color

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

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


#c2baac Background Color

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

This div background color is #c2baac


#c2baac Border Color

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

This div border color is #c2baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baac


Comments

No comments written yet.

Please login to write comment.