Color Hex Logo

#ca9dac Color Hex

#CA9DAC
(202,157,172)
0 Favorites   0 Comments

Color spaces of #ca9dac

RGB 202157172
HSL0.940.300.70
HSV340°22°79°
CMYK 0.000.220.15   0.21
XYZ43.860539.649144.3711
Yxy39.64910.34300.3100
Hunter Lab62.967514.14232.2976
CIE-Lab69.218919.0577-1.3489

#ca9dac color RGB value is (202,157,172).

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

The process color (four color CMYK) of #ca9dac color hex is 0.00, 0.22, 0.15, 0.21. Web safe color of #ca9dac is #cc9999. Color #ca9dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 10101100
Octal 312 235 254
Decimal 202 157 172
Hex CA 9D AC

RGB Percentages of Color #ca9dac

%38.04
%29.57
%32.39

CMYK Percentages of Color #ca9dac

%0
%22
%15
%21

Triadic Colors of #ca9dac

#ca9dac #acca9d #9dacca

Analogous Colors of #ca9dac

#ca9dac #caa59d #ca9dc3

Monochromatic Colors of #ca9dac

#ca9dac

Complementary Color

#ca9dac #9dcabb

#ca9dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9dac Color CSS Codes

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

#ca9dac Text Font Color

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

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


#ca9dac Background Color

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

This div background color is #ca9dac


#ca9dac Border Color

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

This div border color is #ca9dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9dac


Comments

No comments written yet.

Please login to write comment.