Color Hex Logo

#cca62e Color Hex

#CCA62E
(204,166,46)
0 Favorites   0 Comments

Color spaces of #cca62e

RGB 20416646
HSL0.130.630.49
HSV46°77°80°
CMYK 0.000.190.77   0.20
XYZ39.031240.30718.3076
Yxy40.30710.44530.4599
Hunter Lab63.4879-1.365236.6832
CIE-Lab69.68772.301162.9102

#cca62e color RGB value is (204,166,46).

#cca62e hex color red value is 204, green value is 166 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cca62e hue: 0.13 , saturation: 0.63 and the lightness value of cca62e is 0.49.

The process color (four color CMYK) of #cca62e color hex is 0.00, 0.19, 0.77, 0.20. Web safe color of #cca62e is #cc9933. Color #cca62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 00101110
Octal 314 246 56
Decimal 204 166 46
Hex CC A6 2E

RGB Percentages of Color #cca62e

%49.04
%39.90
%11.06

CMYK Percentages of Color #cca62e

%0
%19
%77
%20

Triadic Colors of #cca62e

#cca62e #2ecca6 #a62ecc

Analogous Colors of #cca62e

#cca62e #a3cc2e #cc572e

Monochromatic Colors of #cca62e

#cca62e

Complementary Color

#cca62e #2e54cc

#cca62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca62e Color CSS Codes

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

#cca62e Text Font Color

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

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


#cca62e Background Color

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

This div background color is #cca62e


#cca62e Border Color

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

This div border color is #cca62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca62e


Comments

No comments written yet.

Please login to write comment.