Color Hex Logo

#caaa6f Color Hex

#CAAA6F
(202,170,111)
0 Favorites   0 Comments

Color spaces of #caaa6f

RGB 202170111
HSL0.110.460.61
HSV39°45°79°
CMYK 0.000.160.45   0.21
XYZ41.601142.453721.0407
Yxy42.45370.39580.4040
Hunter Lab65.1565-0.055326.4633
CIE-Lab71.18263.841434.6867

#caaa6f color RGB value is (202,170,111).

#caaa6f hex color red value is 202, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #caaa6f hue: 0.11 , saturation: 0.46 and the lightness value of caaa6f is 0.61.

The process color (four color CMYK) of #caaa6f color hex is 0.00, 0.16, 0.45, 0.21. Web safe color of #caaa6f is #cc9966. Color #caaa6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 01101111
Octal 312 252 157
Decimal 202 170 111
Hex CA AA 6F

RGB Percentages of Color #caaa6f

%41.82
%35.20
%22.98

CMYK Percentages of Color #caaa6f

%0
%16
%45
%21

Triadic Colors of #caaa6f

#caaa6f #6fcaaa #aa6fca

Analogous Colors of #caaa6f

#caaa6f #bdca6f #ca7d6f

Monochromatic Colors of #caaa6f

#caaa6f

Complementary Color

#caaa6f #6f8fca

#caaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa6f Color CSS Codes

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

#caaa6f Text Font Color

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

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


#caaa6f Background Color

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

This div background color is #caaa6f


#caaa6f Border Color

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

This div border color is #caaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa6f


Comments

No comments written yet.

Please login to write comment.