Color Hex Logo

#ccc052 Color Hex

#CCC052
(204,192,82)
0 Favorites   0 Comments

Color spaces of #ccc052

RGB 20419282
HSL0.150.540.56
HSV54°60°80°
CMYK 0.000.060.60   0.20
XYZ45.274551.145815.4686
Yxy51.14580.40460.4571
Hunter Lab71.5163-12.151337.2373
CIE-Lab76.7672-9.370155.5852

#ccc052 color RGB value is (204,192,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 01010010
Octal 314 300 122
Decimal 204 192 82
Hex CC C0 52

RGB Percentages of Color #ccc052

%42.68
%40.17
%17.15

CMYK Percentages of Color #ccc052

%0
%6
%60
%20

Triadic Colors of #ccc052

#ccc052 #52ccc0 #c052cc

Analogous Colors of #ccc052

#ccc052 #9bcc52 #cc8352

Monochromatic Colors of #ccc052

#ccc052

Complementary Color

#ccc052 #525ecc

#ccc052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc052 Color CSS Codes

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

#ccc052 Text Font Color

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

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


#ccc052 Background Color

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

This div background color is #ccc052


#ccc052 Border Color

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

This div border color is #ccc052


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,192,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 #ccc052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc052


Comments

No comments written yet.

Please login to write comment.