Color Hex Logo

#caaa81 Color Hex

#CAAA81
(202,170,129)
0 Favorites   0 Comments

Color spaces of #caaa81

RGB 202170129
HSL0.090.410.65
HSV34°36°79°
CMYK 0.000.160.36   0.21
XYZ42.694342.891026.7974
Yxy42.89100.37990.3817
Hunter Lab65.49121.756121.5838
CIE-Lab71.48095.852125.4937

#caaa81 color RGB value is (202,170,129).

#caaa81 hex color red value is 202, green value is 170 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #caaa81 hue: 0.09 , saturation: 0.41 and the lightness value of caaa81 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 10000001
Octal 312 252 201
Decimal 202 170 129
Hex CA AA 81

RGB Percentages of Color #caaa81

%40.32
%33.93
%25.75

CMYK Percentages of Color #caaa81

%0
%16
%36
%21

Triadic Colors of #caaa81

#caaa81 #81caaa #aa81ca

Analogous Colors of #caaa81

#caaa81 #c6ca81 #ca8681

Monochromatic Colors of #caaa81

#caaa81

Complementary Color

#caaa81 #81a1ca

#caaa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa81 Color CSS Codes

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

#caaa81 Text Font Color

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

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


#caaa81 Background Color

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

This div background color is #caaa81


#caaa81 Border Color

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

This div border color is #caaa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa81


Comments

No comments written yet.

Please login to write comment.