Color Hex Logo

#caa005 Color Hex

#CAA005
(202,160,5)
0 Favorites   0 Comments

Color spaces of #caa005

RGB 2021605
HSL0.130.950.41
HSV47°98°79°
CMYK 0.000.210.98   0.21
XYZ36.955337.70915.4744
Yxy37.70910.46110.4705
Hunter Lab61.4077-0.041937.6998
CIE-Lab67.80573.704270.6757

#caa005 color RGB value is (202,160,5).

#caa005 hex color red value is 202, green value is 160 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #caa005 hue: 0.13 , saturation: 0.95 and the lightness value of caa005 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 00000101
Octal 312 240 5
Decimal 202 160 5
Hex CA A0 5

RGB Percentages of Color #caa005

%55.04
%43.60
%1.36

CMYK Percentages of Color #caa005

%0
%21
%98
%21

Triadic Colors of #caa005

#caa005 #05caa0 #a005ca

Analogous Colors of #caa005

#caa005 #92ca05 #ca3e05

Monochromatic Colors of #caa005

#caa005

Complementary Color

#caa005 #052fca

#caa005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa005 Color CSS Codes

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

#caa005 Text Font Color

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

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


#caa005 Background Color

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

This div background color is #caa005


#caa005 Border Color

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

This div border color is #caa005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa005


Comments

No comments written yet.

Please login to write comment.