Color Hex Logo

#caab5a Color Hex

#CAAB5A
(202,171,90)
0 Favorites   0 Comments

Color spaces of #caab5a

RGB 20217190
HSL0.120.510.57
HSV43°55°79°
CMYK 0.000.150.55   0.21
XYZ40.765542.420615.7123
Yxy42.42060.41220.4289
Hunter Lab65.1311-2.256431.2886
CIE-Lab71.15991.380145.3723

#caab5a color RGB value is (202,171,90).

#caab5a hex color red value is 202, green value is 171 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #caab5a hue: 0.12 , saturation: 0.51 and the lightness value of caab5a is 0.57.

The process color (four color CMYK) of #caab5a color hex is 0.00, 0.15, 0.55, 0.21. Web safe color of #caab5a is #cc9966. Color #caab5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01011010
Octal 312 253 132
Decimal 202 171 90
Hex CA AB 5A

RGB Percentages of Color #caab5a

%43.63
%36.93
%19.44

CMYK Percentages of Color #caab5a

%0
%15
%55
%21

Triadic Colors of #caab5a

#caab5a #5acaab #ab5aca

Analogous Colors of #caab5a

#caab5a #b1ca5a #ca735a

Monochromatic Colors of #caab5a

#caab5a

Complementary Color

#caab5a #5a79ca

#caab5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab5a Color CSS Codes

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

#caab5a Text Font Color

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

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


#caab5a Background Color

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

This div background color is #caab5a


#caab5a Border Color

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

This div border color is #caab5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab5a


Comments

No comments written yet.

Please login to write comment.