Color Hex Logo

#caaa29 Color Hex

#CAAA29
(202,170,41)
0 Favorites   0 Comments

Color spaces of #caaa29

RGB 20217041
HSL0.130.660.48
HSV48°80°79°
CMYK 0.000.160.80   0.21
XYZ39.132141.46618.0391
Yxy41.46610.44150.4678
Hunter Lab64.3942-4.216037.6740
CIE-Lab70.5013-0.885665.2368

#caaa29 color RGB value is (202,170,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 00101001
Octal 312 252 51
Decimal 202 170 41
Hex CA AA 29

RGB Percentages of Color #caaa29

%48.91
%41.16
%9.93

CMYK Percentages of Color #caaa29

%0
%16
%80
%21

Triadic Colors of #caaa29

#caaa29 #29caaa #aa29ca

Analogous Colors of #caaa29

#caaa29 #9aca29 #ca5a29

Monochromatic Colors of #caaa29

#caaa29

Complementary Color

#caaa29 #2949ca

#caaa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa29 Color CSS Codes

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

#caaa29 Text Font Color

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

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


#caaa29 Background Color

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

This div background color is #caaa29


#caaa29 Border Color

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

This div border color is #caaa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa29


Comments

No comments written yet.

Please login to write comment.