Color Hex Logo

#caaa2b Color Hex

#CAAA2B
(202,170,43)
0 Favorites   0 Comments

Color spaces of #caaa2b

RGB 20217043
HSL0.130.650.48
HSV48°79°79°
CMYK 0.000.160.79   0.21
XYZ39.167941.48048.2277
Yxy41.48040.44070.4667
Hunter Lab64.4053-4.154937.5095
CIE-Lab70.5112-0.815164.6028

#caaa2b color RGB value is (202,170,43).

#caaa2b hex color red value is 202, green value is 170 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #caaa2b hue: 0.13 , saturation: 0.65 and the lightness value of caaa2b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 00101011
Octal 312 252 53
Decimal 202 170 43
Hex CA AA 2B

RGB Percentages of Color #caaa2b

%48.67
%40.96
%10.36

CMYK Percentages of Color #caaa2b

%0
%16
%79
%21

Triadic Colors of #caaa2b

#caaa2b #2bcaaa #aa2bca

Analogous Colors of #caaa2b

#caaa2b #9bca2b #ca5b2b

Monochromatic Colors of #caaa2b

#caaa2b

Complementary Color

#caaa2b #2b4bca

#caaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa2b Color CSS Codes

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

#caaa2b Text Font Color

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

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


#caaa2b Background Color

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

This div background color is #caaa2b


#caaa2b Border Color

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

This div border color is #caaa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa2b


Comments

No comments written yet.

Please login to write comment.