Color Hex Logo

#caaa2d Color Hex

#CAAA2D
(202,170,45)
0 Favorites   0 Comments

Color spaces of #caaa2d

RGB 20217045
HSL0.130.640.48
HSV48°78°79°
CMYK 0.000.160.78   0.21
XYZ39.205541.49558.4257
Yxy41.49550.43990.4656
Hunter Lab64.4170-4.091037.3368
CIE-Lab70.5217-0.741363.9480

#caaa2d color RGB value is (202,170,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 00101101
Octal 312 252 55
Decimal 202 170 45
Hex CA AA 2D

RGB Percentages of Color #caaa2d

%48.44
%40.77
%10.79

CMYK Percentages of Color #caaa2d

%0
%16
%78
%21

Triadic Colors of #caaa2d

#caaa2d #2dcaaa #aa2dca

Analogous Colors of #caaa2d

#caaa2d #9cca2d #ca5c2d

Monochromatic Colors of #caaa2d

#caaa2d

Complementary Color

#caaa2d #2d4dca

#caaa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaa2d Color CSS Codes

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

#caaa2d Text Font Color

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

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


#caaa2d Background Color

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

This div background color is #caaa2d


#caaa2d Border Color

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

This div border color is #caaa2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaa2d


Comments

No comments written yet.

Please login to write comment.