Color Hex Logo

#ccc360 Color Hex

#CCC360
(204,195,96)
0 Favorites   0 Comments

Color spaces of #ccc360

RGB 20419596
HSL0.150.510.59
HSV55°53°80°
CMYK 0.000.040.53   0.20
XYZ46.528352.712118.7885
Yxy52.71210.39420.4466
Hunter Lab72.6031-12.662235.4789
CIE-Lab77.7047-9.839150.2140

#ccc360 color RGB value is (204,195,96).

#ccc360 hex color red value is 204, green value is 195 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ccc360 hue: 0.15 , saturation: 0.51 and the lightness value of ccc360 is 0.59.

The process color (four color CMYK) of #ccc360 color hex is 0.00, 0.04, 0.53, 0.20. Web safe color of #ccc360 is #cccc66. Color #ccc360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01100000
Octal 314 303 140
Decimal 204 195 96
Hex CC C3 60

RGB Percentages of Color #ccc360

%41.21
%39.39
%19.39

CMYK Percentages of Color #ccc360

%0
%4
%53
%20

Triadic Colors of #ccc360

#ccc360 #60ccc3 #c360cc

Analogous Colors of #ccc360

#ccc360 #9fcc60 #cc8d60

Monochromatic Colors of #ccc360

#ccc360

Complementary Color

#ccc360 #6069cc

#ccc360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc360 Color CSS Codes

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

#ccc360 Text Font Color

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

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


#ccc360 Background Color

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

This div background color is #ccc360


#ccc360 Border Color

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

This div border color is #ccc360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc360


Comments

No comments written yet.

Please login to write comment.