Color Hex Logo

#caa95c Color Hex

#CAA95C
(202,169,92)
0 Favorites   0 Comments

Color spaces of #caa95c

RGB 20216992
HSL0.120.510.58
HSV42°54°79°
CMYK 0.000.160.54   0.21
XYZ40.476941.705216.0418
Yxy41.70520.41210.4246
Hunter Lab64.5796-1.134830.4778
CIE-Lab70.66722.612143.7945

#caa95c color RGB value is (202,169,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 01011100
Octal 312 251 134
Decimal 202 169 92
Hex CA A9 5C

RGB Percentages of Color #caa95c

%43.63
%36.50
%19.87

CMYK Percentages of Color #caa95c

%0
%16
%54
%21

Triadic Colors of #caa95c

#caa95c #5ccaa9 #a95cca

Analogous Colors of #caa95c

#caa95c #b4ca5c #ca725c

Monochromatic Colors of #caa95c

#caa95c

Complementary Color

#caa95c #5c7dca

#caa95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa95c Color CSS Codes

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

#caa95c Text Font Color

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

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


#caa95c Background Color

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

This div background color is #caa95c


#caa95c Border Color

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

This div border color is #caa95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa95c


Comments

No comments written yet.

Please login to write comment.