Color Hex Logo

#caaa20 Color Hex

#CAAA20
(202,170,32)
0 Favorites   0 Comments

Color spaces of #caaa20

RGB 20217032
HSL0.140.730.46
HSV49°84°79°
CMYK 0.000.160.84   0.21
XYZ38.992641.41037.3044
Yxy41.41030.44460.4721
Hunter Lab64.3508-4.454138.3156
CIE-Lab70.4624-1.160867.8079

#caaa20 color RGB value is (202,170,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 00100000
Octal 312 252 40
Decimal 202 170 32
Hex CA AA 20

RGB Percentages of Color #caaa20

%50.00
%42.08
%7.92

CMYK Percentages of Color #caaa20

%0
%16
%84
%21

Triadic Colors of #caaa20

#caaa20 #20caaa #aa20ca

Analogous Colors of #caaa20

#caaa20 #95ca20 #ca5520

Monochromatic Colors of #caaa20

#caaa20

Complementary Color

#caaa20 #2040ca

#caaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa20 Color CSS Codes

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

#caaa20 Text Font Color

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

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


#caaa20 Background Color

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

This div background color is #caaa20


#caaa20 Border Color

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

This div border color is #caaa20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,170,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 #caaa20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa20


Comments

No comments written yet.

Please login to write comment.