Color Hex Logo

#caa53a Color Hex

#CAA53A
(202,165,58)
0 Favorites   0 Comments

Color spaces of #caa53a

RGB 20216558
HSL0.120.580.51
HSV45°71°79°
CMYK 0.000.180.71   0.21
XYZ38.576039.77239.6466
Yxy39.77230.43840.4520
Hunter Lab63.0653-1.178735.0766
CIE-Lab69.30702.491457.9215

#caa53a color RGB value is (202,165,58).

#caa53a hex color red value is 202, green value is 165 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #caa53a hue: 0.12 , saturation: 0.58 and the lightness value of caa53a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00111010
Octal 312 245 72
Decimal 202 165 58
Hex CA A5 3A

RGB Percentages of Color #caa53a

%47.53
%38.82
%13.65

CMYK Percentages of Color #caa53a

%0
%18
%71
%21

Triadic Colors of #caa53a

#caa53a #3acaa5 #a53aca

Analogous Colors of #caa53a

#caa53a #a7ca3a #ca5d3a

Monochromatic Colors of #caa53a

#caa53a

Complementary Color

#caa53a #3a5fca

#caa53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa53a Color CSS Codes

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

#caa53a Text Font Color

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

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


#caa53a Background Color

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

This div background color is #caa53a


#caa53a Border Color

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

This div border color is #caa53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa53a


Comments

No comments written yet.

Please login to write comment.