Color Hex Logo

#caa982 Color Hex

#CAA982
(202,169,130)
0 Favorites   0 Comments

Color spaces of #caa982

RGB 202169130
HSL0.090.400.65
HSV33°36°79°
CMYK 0.000.160.36   0.21
XYZ42.574442.544227.0870
Yxy42.54420.37940.3792
Hunter Lab65.22592.365621.0362
CIE-Lab71.24456.512424.6362

#caa982 color RGB value is (202,169,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 10000010
Octal 312 251 202
Decimal 202 169 130
Hex CA A9 82

RGB Percentages of Color #caa982

%40.32
%33.73
%25.95

CMYK Percentages of Color #caa982

%0
%16
%36
%21

Triadic Colors of #caa982

#caa982 #82caa9 #a982ca

Analogous Colors of #caa982

#caa982 #c7ca82 #ca8582

Monochromatic Colors of #caa982

#caa982

Complementary Color

#caa982 #82a3ca

#caa982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa982 Color CSS Codes

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

#caa982 Text Font Color

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

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


#caa982 Background Color

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

This div background color is #caa982


#caa982 Border Color

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

This div border color is #caa982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa982


Comments

No comments written yet.

Please login to write comment.