Color Hex Logo

#caac3c Color Hex

#CAAC3C
(202,172,60)
0 Favorites   0 Comments

Color spaces of #caac3c

RGB 20217260
HSL0.130.570.51
HSV47°70°79°
CMYK 0.000.150.70   0.21
XYZ39.925342.387810.3524
Yxy42.38780.43090.4574
Hunter Lab65.1059-4.472736.1465
CIE-Lab71.1375-1.131558.9539

#caac3c color RGB value is (202,172,60).

#caac3c hex color red value is 202, green value is 172 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #caac3c hue: 0.13 , saturation: 0.57 and the lightness value of caac3c is 0.51.

The process color (four color CMYK) of #caac3c color hex is 0.00, 0.15, 0.70, 0.21. Web safe color of #caac3c is #cc9933. Color #caac3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 00111100
Octal 312 254 74
Decimal 202 172 60
Hex CA AC 3C

RGB Percentages of Color #caac3c

%46.54
%39.63
%13.82

CMYK Percentages of Color #caac3c

%0
%15
%70
%21

Triadic Colors of #caac3c

#caac3c #3ccaac #ac3cca

Analogous Colors of #caac3c

#caac3c #a1ca3c #ca653c

Monochromatic Colors of #caac3c

#caac3c

Complementary Color

#caac3c #3c5aca

#caac3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caac3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caac3c Color CSS Codes

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

#caac3c Text Font Color

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

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


#caac3c Background Color

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

This div background color is #caac3c


#caac3c Border Color

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

This div border color is #caac3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caac3c


Comments

No comments written yet.

Please login to write comment.