Color Hex Logo

#c29aab Color Hex

#C29AAB
(194,154,171)
0 Favorites   0 Comments

Color spaces of #c29aab

RGB 194154171
HSL0.930.250.68
HSV335°21°76°
CMYK 0.000.210.12   0.24
XYZ41.154437.520843.6012
Yxy37.52080.33660.3069
Hunter Lab61.254212.73250.6749
CIE-Lab67.665917.6358-3.1638

#c29aab color RGB value is (194,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 10101011
Octal 302 232 253
Decimal 194 154 171
Hex C2 9A AB

RGB Percentages of Color #c29aab

%37.38
%29.67
%32.95

CMYK Percentages of Color #c29aab

%0
%21
%12
%24

Triadic Colors of #c29aab

#c29aab #abc29a #9aabc2

Analogous Colors of #c29aab

#c29aab #c29d9a #c29abf

Monochromatic Colors of #c29aab

#c29aab

Complementary Color

#c29aab #9ac2b1

#c29aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29aab Color CSS Codes

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

#c29aab Text Font Color

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

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


#c29aab Background Color

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

This div background color is #c29aab


#c29aab Border Color

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

This div border color is #c29aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29aab


Comments

No comments written yet.

Please login to write comment.