Color Hex Logo

#ccca52 Color Hex

#CCCA52
(204,202,82)
0 Favorites   0 Comments

Color spaces of #ccca52

RGB 20420282
HSL0.160.540.56
HSV59°60°80°
CMYK 0.000.010.60   0.20
XYZ47.545455.687616.2255
Yxy55.68760.39800.4662
Hunter Lab74.6241-16.864239.3455
CIE-Lab79.4357-14.449558.5109

#ccca52 color RGB value is (204,202,82).

#ccca52 hex color red value is 204, green value is 202 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ccca52 hue: 0.16 , saturation: 0.54 and the lightness value of ccca52 is 0.56.

The process color (four color CMYK) of #ccca52 color hex is 0.00, 0.01, 0.60, 0.20. Web safe color of #ccca52 is #cccc66. Color #ccca52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01010010
Octal 314 312 122
Decimal 204 202 82
Hex CC CA 52

RGB Percentages of Color #ccca52

%41.80
%41.39
%16.80

CMYK Percentages of Color #ccca52

%0
%1
%60
%20

Triadic Colors of #ccca52

#ccca52 #52ccca #ca52cc

Analogous Colors of #ccca52

#ccca52 #91cc52 #cc8d52

Monochromatic Colors of #ccca52

#ccca52

Complementary Color

#ccca52 #5254cc

#ccca52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca52 Color CSS Codes

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

#ccca52 Text Font Color

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

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


#ccca52 Background Color

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

This div background color is #ccca52


#ccca52 Border Color

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

This div border color is #ccca52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca52


Comments

No comments written yet.

Please login to write comment.