Color Hex Logo

#c29cae Color Hex

#C29CAE
(194,156,174)
0 Favorites   0 Comments

Color spaces of #c29cae

RGB 194156174
HSL0.920.240.69
HSV332°20°76°
CMYK 0.000.200.10   0.24
XYZ41.776638.302345.2356
Yxy38.30230.33340.3056
Hunter Lab61.888912.1867-0.0139
CIE-Lab68.242817.0459-3.9885

#c29cae color RGB value is (194,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 10101110
Octal 302 234 256
Decimal 194 156 174
Hex C2 9C AE

RGB Percentages of Color #c29cae

%37.02
%29.77
%33.21

CMYK Percentages of Color #c29cae

%0
%20
%10
%24

Triadic Colors of #c29cae

#c29cae #aec29c #9caec2

Analogous Colors of #c29cae

#c29cae #c29d9c #c29cc1

Monochromatic Colors of #c29cae

#c29cae

Complementary Color

#c29cae #9cc2b0

#c29cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cae Color CSS Codes

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

#c29cae Text Font Color

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

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


#c29cae Background Color

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

This div background color is #c29cae


#c29cae Border Color

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

This div border color is #c29cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cae


Comments

No comments written yet.

Please login to write comment.