Color Hex Logo

#caa62c Color Hex

#CAA62C
(202,166,44)
0 Favorites   0 Comments

Color spaces of #caa62c

RGB 20216644
HSL0.130.640.48
HSV46°78°79°
CMYK 0.000.180.78   0.21
XYZ38.448040.01088.0793
Yxy40.01080.44430.4623
Hunter Lab63.2541-2.196336.7049
CIE-Lab69.47721.348063.3316

#caa62c color RGB value is (202,166,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 00101100
Octal 312 246 54
Decimal 202 166 44
Hex CA A6 2C

RGB Percentages of Color #caa62c

%49.03
%40.29
%10.68

CMYK Percentages of Color #caa62c

%0
%18
%78
%21

Triadic Colors of #caa62c

#caa62c #2ccaa6 #a62cca

Analogous Colors of #caa62c

#caa62c #9fca2c #ca572c

Monochromatic Colors of #caa62c

#caa62c

Complementary Color

#caa62c #2c50ca

#caa62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa62c Color CSS Codes

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

#caa62c Text Font Color

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

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


#caa62c Background Color

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

This div background color is #caa62c


#caa62c Border Color

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

This div border color is #caa62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa62c


Comments

No comments written yet.

Please login to write comment.