Color Hex Logo

#c29bac Color Hex

#C29BAC
(194,155,172)
0 Favorites   0 Comments

Color spaces of #c29bac

RGB 194155172
HSL0.930.240.68
HSV334°20°76°
CMYK 0.000.200.11   0.24
XYZ41.415937.890644.1605
Yxy37.89060.33540.3069
Hunter Lab61.555312.37720.5534
CIE-Lab67.939917.2544-3.3191

#c29bac color RGB value is (194,155,172).

#c29bac hex color red value is 194, green value is 155 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c29bac hue: 0.93 , saturation: 0.24 and the lightness value of c29bac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 10101100
Octal 302 233 254
Decimal 194 155 172
Hex C2 9B AC

RGB Percentages of Color #c29bac

%37.24
%29.75
%33.01

CMYK Percentages of Color #c29bac

%0
%20
%11
%24

Triadic Colors of #c29bac

#c29bac #acc29b #9bacc2

Analogous Colors of #c29bac

#c29bac #c29e9b #c29bc0

Monochromatic Colors of #c29bac

#c29bac

Complementary Color

#c29bac #9bc2b1

#c29bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bac Color CSS Codes

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

#c29bac Text Font Color

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

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


#c29bac Background Color

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

This div background color is #c29bac


#c29bac Border Color

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

This div border color is #c29bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bac


Comments

No comments written yet.

Please login to write comment.