Color Hex Logo

#caa520 Color Hex

#CAA520
(202,165,32)
0 Favorites   0 Comments

Color spaces of #caa520

RGB 20216532
HSL0.130.730.46
HSV47°84°79°
CMYK 0.000.180.84   0.21
XYZ38.073039.57116.9978
Yxy39.57110.44980.4675
Hunter Lab62.9056-2.049337.4383
CIE-Lab69.16301.496566.7208

#caa520 color RGB value is (202,165,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00100000
Octal 312 245 40
Decimal 202 165 32
Hex CA A5 20

RGB Percentages of Color #caa520

%50.63
%41.35
%8.02

CMYK Percentages of Color #caa520

%0
%18
%84
%21

Triadic Colors of #caa520

#caa520 #20caa5 #a520ca

Analogous Colors of #caa520

#caa520 #9aca20 #ca5020

Monochromatic Colors of #caa520

#caa520

Complementary Color

#caa520 #2045ca

#caa520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa520 Color CSS Codes

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

#caa520 Text Font Color

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

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


#caa520 Background Color

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

This div background color is #caa520


#caa520 Border Color

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

This div border color is #caa520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa520


Comments

No comments written yet.

Please login to write comment.