Color Hex Logo

#c29cab Color Hex

#C29CAB
(194,156,171)
0 Favorites   0 Comments

Color spaces of #c29cab

RGB 194156171
HSL0.930.240.69
HSV336°20°76°
CMYK 0.000.200.12   0.24
XYZ41.487338.186543.7122
Yxy38.18650.33620.3095
Hunter Lab61.795211.69741.3166
CIE-Lab68.157816.5327-2.4406

#c29cab color RGB value is (194,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 10101011
Octal 302 234 253
Decimal 194 156 171
Hex C2 9C AB

RGB Percentages of Color #c29cab

%37.24
%29.94
%32.82

CMYK Percentages of Color #c29cab

%0
%20
%12
%24

Triadic Colors of #c29cab

#c29cab #abc29c #9cabc2

Analogous Colors of #c29cab

#c29cab #c2a09c #c29cbe

Monochromatic Colors of #c29cab

#c29cab

Complementary Color

#c29cab #9cc2b3

#c29cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cab Color CSS Codes

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

#c29cab Text Font Color

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

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


#c29cab Background Color

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

This div background color is #c29cab


#c29cab Border Color

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

This div border color is #c29cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,156,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c29cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cab


Comments

No comments written yet.

Please login to write comment.