Color Hex Logo

#caa20a Color Hex

#CAA20A
(202,162,10)
0 Favorites   0 Comments

Color spaces of #caa20a

RGB 20216210
HSL0.130.910.42
HSV48°95°79°
CMYK 0.000.200.95   0.21
XYZ37.332238.41915.7352
Yxy38.41910.45810.4715
Hunter Lab61.9831-0.960737.9022
CIE-Lab68.32842.687670.4228

#caa20a color RGB value is (202,162,10).

#caa20a hex color red value is 202, green value is 162 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #caa20a hue: 0.13 , saturation: 0.91 and the lightness value of caa20a is 0.42.

The process color (four color CMYK) of #caa20a color hex is 0.00, 0.20, 0.95, 0.21. Web safe color of #caa20a is #cc9900. Color #caa20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100010 00001010
Octal 312 242 12
Decimal 202 162 10
Hex CA A2 A

RGB Percentages of Color #caa20a

%54.01
%43.32
%2.67

CMYK Percentages of Color #caa20a

%0
%20
%95
%21

Triadic Colors of #caa20a

#caa20a #0acaa2 #a20aca

Analogous Colors of #caa20a

#caa20a #92ca0a #ca420a

Monochromatic Colors of #caa20a

#caa20a

Complementary Color

#caa20a #0a32ca

#caa20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa20a Color CSS Codes

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

#caa20a Text Font Color

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

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


#caa20a Background Color

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

This div background color is #caa20a


#caa20a Border Color

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

This div border color is #caa20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa20a


Comments

No comments written yet.

Please login to write comment.