Color Hex Logo

#cca527 Color Hex

#CCA527
(204,165,39)
0 Favorites   0 Comments

Color spaces of #cca527

RGB 20416539
HSL0.130.680.48
HSV46°81°80°
CMYK 0.000.190.81   0.20
XYZ38.723239.89417.5789
Yxy39.89410.44920.4628
Hunter Lab63.1618-1.098437.0989
CIE-Lab69.39402.586764.9604

#cca527 color RGB value is (204,165,39).

#cca527 hex color red value is 204, green value is 165 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cca527 hue: 0.13 , saturation: 0.68 and the lightness value of cca527 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00100111
Octal 314 245 47
Decimal 204 165 39
Hex CC A5 27

RGB Percentages of Color #cca527

%50.00
%40.44
%9.56

CMYK Percentages of Color #cca527

%0
%19
%81
%20

Triadic Colors of #cca527

#cca527 #27cca5 #a527cc

Analogous Colors of #cca527

#cca527 #a1cc27 #cc5227

Monochromatic Colors of #cca527

#cca527

Complementary Color

#cca527 #274ecc

#cca527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca527 Color CSS Codes

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

#cca527 Text Font Color

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

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


#cca527 Background Color

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

This div background color is #cca527


#cca527 Border Color

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

This div border color is #cca527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca527


Comments

No comments written yet.

Please login to write comment.