Color Hex Logo

#caa011 Color Hex

#CAA011
(202,160,17)
0 Favorites   0 Comments

Color spaces of #caa011

RGB 20216017
HSL0.130.840.43
HSV46°92°79°
CMYK 0.000.210.92   0.21
XYZ37.029137.73865.8630
Yxy37.73860.45920.4680
Hunter Lab61.43180.088537.3436
CIE-Lab67.82753.852869.0065

#caa011 color RGB value is (202,160,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 00010001
Octal 312 240 21
Decimal 202 160 17
Hex CA A0 11

RGB Percentages of Color #caa011

%53.30
%42.22
%4.49

CMYK Percentages of Color #caa011

%0
%21
%92
%21

Triadic Colors of #caa011

#caa011 #11caa0 #a011ca

Analogous Colors of #caa011

#caa011 #98ca11 #ca4411

Monochromatic Colors of #caa011

#caa011

Complementary Color

#caa011 #113bca

#caa011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa011 Color CSS Codes

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

#caa011 Text Font Color

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

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


#caa011 Background Color

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

This div background color is #caa011


#caa011 Border Color

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

This div border color is #caa011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa011


Comments

No comments written yet.

Please login to write comment.