Color Hex Logo

#cca52b Color Hex

#CCA52B
(204,165,43)
0 Favorites   0 Comments

Color spaces of #cca52b

RGB 20416543
HSL0.130.650.48
HSV45°79°80°
CMYK 0.000.190.79   0.20
XYZ38.793039.92217.9466
Yxy39.92210.44760.4607
Hunter Lab63.1839-0.978436.7719
CIE-Lab69.41402.723263.6853

#cca52b color RGB value is (204,165,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00101011
Octal 314 245 53
Decimal 204 165 43
Hex CC A5 2B

RGB Percentages of Color #cca52b

%49.51
%40.05
%10.44

CMYK Percentages of Color #cca52b

%0
%19
%79
%20

Triadic Colors of #cca52b

#cca52b #2bcca5 #a52bcc

Analogous Colors of #cca52b

#cca52b #a3cc2b #cc552b

Monochromatic Colors of #cca52b

#cca52b

Complementary Color

#cca52b #2b52cc

#cca52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca52b Color CSS Codes

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

#cca52b Text Font Color

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

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


#cca52b Background Color

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

This div background color is #cca52b


#cca52b Border Color

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

This div border color is #cca52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca52b


Comments

No comments written yet.

Please login to write comment.