Color Hex Logo

#ccc560 Color Hex

#CCC560
(204,197,96)
0 Favorites   0 Comments

Color spaces of #ccc560

RGB 20419796
HSL0.160.510.59
HSV56°53°80°
CMYK 0.000.030.53   0.20
XYZ46.979453.614418.9389
Yxy53.61440.39300.4485
Hunter Lab73.2219-13.612035.9199
CIE-Lab78.2364-10.861350.8343

#ccc560 color RGB value is (204,197,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 01100000
Octal 314 305 140
Decimal 204 197 96
Hex CC C5 60

RGB Percentages of Color #ccc560

%41.05
%39.64
%19.32

CMYK Percentages of Color #ccc560

%0
%3
%53
%20

Triadic Colors of #ccc560

#ccc560 #60ccc5 #c560cc

Analogous Colors of #ccc560

#ccc560 #9dcc60 #cc8f60

Monochromatic Colors of #ccc560

#ccc560

Complementary Color

#ccc560 #6067cc

#ccc560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc560 Color CSS Codes

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

#ccc560 Text Font Color

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

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


#ccc560 Background Color

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

This div background color is #ccc560


#ccc560 Border Color

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

This div border color is #ccc560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc560


Comments

No comments written yet.

Please login to write comment.