Color Hex Logo

#caa33a Color Hex

#CAA33A
(202,163,58)
0 Favorites   0 Comments

Color spaces of #caa33a

RGB 20216358
HSL0.120.580.51
HSV44°71°79°
CMYK 0.000.190.71   0.21
XYZ38.218039.05649.5273
Yxy39.05640.44030.4499
Hunter Lab62.4951-0.207334.7079
CIE-Lab68.79213.562357.4028

#caa33a color RGB value is (202,163,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 00111010
Octal 312 243 72
Decimal 202 163 58
Hex CA A3 3A

RGB Percentages of Color #caa33a

%47.75
%38.53
%13.71

CMYK Percentages of Color #caa33a

%0
%19
%71
%21

Triadic Colors of #caa33a

#caa33a #3acaa3 #a33aca

Analogous Colors of #caa33a

#caa33a #a9ca3a #ca5b3a

Monochromatic Colors of #caa33a

#caa33a

Complementary Color

#caa33a #3a61ca

#caa33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa33a Color CSS Codes

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

#caa33a Text Font Color

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

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


#caa33a Background Color

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

This div background color is #caa33a


#caa33a Border Color

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

This div border color is #caa33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa33a


Comments

No comments written yet.

Please login to write comment.