Color Hex Logo

#caa5ab Color Hex

#CAA5AB
(202,165,171)
0 Favorites   0 Comments

Color spaces of #caa5ab

RGB 202165171
HSL0.970.260.72
HSV350°18°79°
CMYK 0.000.180.15   0.21
XYZ45.162942.407144.3331
Yxy42.40710.34240.3215
Hunter Lab65.12079.83305.2209
CIE-Lab71.150714.51802.0242

#caa5ab color RGB value is (202,165,171).

#caa5ab hex color red value is 202, green value is 165 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #caa5ab hue: 0.97 , saturation: 0.26 and the lightness value of caa5ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 10101011
Octal 312 245 253
Decimal 202 165 171
Hex CA A5 AB

RGB Percentages of Color #caa5ab

%37.55
%30.67
%31.78

CMYK Percentages of Color #caa5ab

%0
%18
%15
%21

Triadic Colors of #caa5ab

#caa5ab #abcaa5 #a5abca

Analogous Colors of #caa5ab

#caa5ab #cab2a5 #caa5be

Monochromatic Colors of #caa5ab

#caa5ab

Complementary Color

#caa5ab #a5cac4

#caa5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa5ab Color CSS Codes

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

#caa5ab Text Font Color

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

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


#caa5ab Background Color

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

This div background color is #caa5ab


#caa5ab Border Color

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

This div border color is #caa5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa5ab


Comments

No comments written yet.

Please login to write comment.