Color Hex Logo

#caa52f Color Hex

#CAA52F
(202,165,47)
0 Favorites   0 Comments

Color spaces of #caa52f

RGB 20216547
HSL0.130.620.49
HSV46°77°79°
CMYK 0.000.180.77   0.21
XYZ38.325339.67218.3268
Yxy39.67210.44400.4596
Hunter Lab62.9858-1.612336.2518
CIE-Lab69.23531.996862.0650

#caa52f color RGB value is (202,165,47).

#caa52f hex color red value is 202, green value is 165 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #caa52f hue: 0.13 , saturation: 0.62 and the lightness value of caa52f is 0.49.

The process color (four color CMYK) of #caa52f color hex is 0.00, 0.18, 0.77, 0.21. Web safe color of #caa52f is #cc9933. Color #caa52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00101111
Octal 312 245 57
Decimal 202 165 47
Hex CA A5 2F

RGB Percentages of Color #caa52f

%48.79
%39.86
%11.35

CMYK Percentages of Color #caa52f

%0
%18
%77
%21

Triadic Colors of #caa52f

#caa52f #2fcaa5 #a52fca

Analogous Colors of #caa52f

#caa52f #a2ca2f #ca582f

Monochromatic Colors of #caa52f

#caa52f

Complementary Color

#caa52f #2f54ca

#caa52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa52f Color CSS Codes

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

#caa52f Text Font Color

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

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


#caa52f Background Color

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

This div background color is #caa52f


#caa52f Border Color

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

This div border color is #caa52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa52f


Comments

No comments written yet.

Please login to write comment.