Color Hex Logo

#caa64c Color Hex

#CAA64C
(202,166,76)
0 Favorites   0 Comments

Color spaces of #caa64c

RGB 20216676
HSL0.120.540.55
HSV43°62°79°
CMYK 0.000.180.62   0.21
XYZ39.297840.350812.5547
Yxy40.35080.42620.4376
Hunter Lab63.5223-0.735732.7474
CIE-Lab69.71873.011950.4461

#caa64c color RGB value is (202,166,76).

#caa64c hex color red value is 202, green value is 166 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #caa64c hue: 0.12 , saturation: 0.54 and the lightness value of caa64c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01001100
Octal 312 246 114
Decimal 202 166 76
Hex CA A6 4C

RGB Percentages of Color #caa64c

%45.50
%37.39
%17.12

CMYK Percentages of Color #caa64c

%0
%18
%62
%21

Triadic Colors of #caa64c

#caa64c #4ccaa6 #a64cca

Analogous Colors of #caa64c

#caa64c #afca4c #ca674c

Monochromatic Colors of #caa64c

#caa64c

Complementary Color

#caa64c #4c70ca

#caa64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa64c Color CSS Codes

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

#caa64c Text Font Color

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

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


#caa64c Background Color

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

This div background color is #caa64c


#caa64c Border Color

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

This div border color is #caa64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa64c


Comments

No comments written yet.

Please login to write comment.