Color Hex Logo

#caa03f Color Hex

#CAA03F
(202,160,63)
0 Favorites   0 Comments

Color spaces of #caa03f

RGB 20216063
HSL0.120.570.52
HSV42°69°79°
CMYK 0.000.210.69   0.21
XYZ37.825138.057010.0548
Yxy38.05700.44010.4428
Hunter Lab61.69041.488233.5197
CIE-Lab68.06265.437654.5357

#caa03f color RGB value is (202,160,63).

#caa03f hex color red value is 202, green value is 160 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #caa03f hue: 0.12 , saturation: 0.57 and the lightness value of caa03f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 00111111
Octal 312 240 77
Decimal 202 160 63
Hex CA A0 3F

RGB Percentages of Color #caa03f

%47.53
%37.65
%14.82

CMYK Percentages of Color #caa03f

%0
%21
%69
%21

Triadic Colors of #caa03f

#caa03f #3fcaa0 #a03fca

Analogous Colors of #caa03f

#caa03f #afca3f #ca5b3f

Monochromatic Colors of #caa03f

#caa03f

Complementary Color

#caa03f #3f69ca

#caa03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa03f Color CSS Codes

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

#caa03f Text Font Color

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

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


#caa03f Background Color

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

This div background color is #caa03f


#caa03f Border Color

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

This div border color is #caa03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa03f


Comments

No comments written yet.

Please login to write comment.