Color Hex Logo

#ca9cae Color Hex

#CA9CAE
(202,156,174)
0 Favorites   0 Comments

Color spaces of #ca9cae

RGB 202156174
HSL0.930.300.70
HSV337°23°79°
CMYK 0.000.230.14   0.21
XYZ43.885639.389545.3343
Yxy39.38950.34120.3063
Hunter Lab62.761114.98411.1057
CIE-Lab69.032519.9348-2.7355

#ca9cae color RGB value is (202,156,174).

#ca9cae hex color red value is 202, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca9cae hue: 0.93 , saturation: 0.30 and the lightness value of ca9cae is 0.70.

The process color (four color CMYK) of #ca9cae color hex is 0.00, 0.23, 0.14, 0.21. Web safe color of #ca9cae is #cc9999. Color #ca9cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011100 10101110
Octal 312 234 256
Decimal 202 156 174
Hex CA 9C AE

RGB Percentages of Color #ca9cae

%37.97
%29.32
%32.71

CMYK Percentages of Color #ca9cae

%0
%23
%14
%21

Triadic Colors of #ca9cae

#ca9cae #aeca9c #9caeca

Analogous Colors of #ca9cae

#ca9cae #caa19c #ca9cc5

Monochromatic Colors of #ca9cae

#ca9cae

Complementary Color

#ca9cae #9ccab8

#ca9cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9cae Color CSS Codes

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

#ca9cae Text Font Color

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

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


#ca9cae Background Color

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

This div background color is #ca9cae


#ca9cae Border Color

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

This div border color is #ca9cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9cae


Comments

No comments written yet.

Please login to write comment.