Color Hex Logo

#c2b7ac Color Hex

#C2B7AC
(194,183,172)
0 Favorites   0 Comments

Color spaces of #c2b7ac

RGB 194183172
HSL0.080.150.72
HSV30°11°76°
CMYK 0.000.060.11   0.24
XYZ46.628048.314945.8979
Yxy48.31490.33110.3430
Hunter Lab69.5089-1.89929.5061
CIE-Lab75.02312.00086.9768

#c2b7ac color RGB value is (194,183,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110111 10101100
Octal 302 267 254
Decimal 194 183 172
Hex C2 B7 AC

RGB Percentages of Color #c2b7ac

%35.34
%33.33
%31.33

CMYK Percentages of Color #c2b7ac

%0
%6
%11
%24

Triadic Colors of #c2b7ac

#c2b7ac #acc2b7 #b7acc2

Analogous Colors of #c2b7ac

#c2b7ac #c2c2ac #c2acac

Monochromatic Colors of #c2b7ac

#c2b7ac

Complementary Color

#c2b7ac #acb7c2

#c2b7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b7ac Color CSS Codes

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

#c2b7ac Text Font Color

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

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


#c2b7ac Background Color

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

This div background color is #c2b7ac


#c2b7ac Border Color

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

This div border color is #c2b7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b7ac


Comments

No comments written yet.

Please login to write comment.