Color Hex Logo

#ca9baa Color Hex

#CA9BAA
(202,155,170)
0 Favorites   0 Comments

Color spaces of #ca9baa

RGB 202155170
HSL0.950.310.70
HSV341°23°79°
CMYK 0.000.230.16   0.21
XYZ43.334238.901543.2550
Yxy38.90150.34530.3100
Hunter Lab62.371114.86892.5415
CIE-Lab68.679919.8293-1.0244

#ca9baa color RGB value is (202,155,170).

#ca9baa hex color red value is 202, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca9baa hue: 0.95 , saturation: 0.31 and the lightness value of ca9baa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 10101010
Octal 312 233 252
Decimal 202 155 170
Hex CA 9B AA

RGB Percentages of Color #ca9baa

%38.33
%29.41
%32.26

CMYK Percentages of Color #ca9baa

%0
%23
%16
%21

Triadic Colors of #ca9baa

#ca9baa #aaca9b #9baaca

Analogous Colors of #ca9baa

#ca9baa #caa49b #ca9bc2

Monochromatic Colors of #ca9baa

#ca9baa

Complementary Color

#ca9baa #9bcabb

#ca9baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9baa Color CSS Codes

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

#ca9baa Text Font Color

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

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


#ca9baa Background Color

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

This div background color is #ca9baa


#ca9baa Border Color

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

This div border color is #ca9baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,155,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9baa


Comments

No comments written yet.

Please login to write comment.