Color Hex Logo

#ca9eac Color Hex

#CA9EAC
(202,158,172)
0 Favorites   0 Comments

Color spaces of #ca9eac

RGB 202158172
HSL0.950.290.71
HSV341°22°79°
CMYK 0.000.220.15   0.21
XYZ44.030439.988844.4277
Yxy39.98880.34280.3113
Hunter Lab63.236713.62162.6108
CIE-Lab69.461618.5099-0.9935

#ca9eac color RGB value is (202,158,172).

#ca9eac hex color red value is 202, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ca9eac hue: 0.95 , saturation: 0.29 and the lightness value of ca9eac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 10101100
Octal 312 236 254
Decimal 202 158 172
Hex CA 9E AC

RGB Percentages of Color #ca9eac

%37.97
%29.70
%32.33

CMYK Percentages of Color #ca9eac

%0
%22
%15
%21

Triadic Colors of #ca9eac

#ca9eac #acca9e #9eacca

Analogous Colors of #ca9eac

#ca9eac #caa69e #ca9ec2

Monochromatic Colors of #ca9eac

#ca9eac

Complementary Color

#ca9eac #9ecabc

#ca9eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9eac Color CSS Codes

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

#ca9eac Text Font Color

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

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


#ca9eac Background Color

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

This div background color is #ca9eac


#ca9eac Border Color

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

This div border color is #ca9eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9eac


Comments

No comments written yet.

Please login to write comment.