Color Hex Logo

#ccd960 Color Hex

#CCD960
(204,217,96)
0 Favorites   0 Comments

Color spaces of #ccd960

RGB 20421796
HSL0.180.610.61
HSV66°56°85°
CMYK 0.060.000.56   0.15
XYZ51.826063.307620.5544
Yxy63.30760.38190.4666
Hunter Lab79.5661-22.973240.3798
CIE-Lab83.6040-20.845357.0006

#ccd960 color RGB value is (204,217,96).

#ccd960 hex color red value is 204, green value is 217 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ccd960 hue: 0.18 , saturation: 0.61 and the lightness value of ccd960 is 0.61.

The process color (four color CMYK) of #ccd960 color hex is 0.06, 0.00, 0.56, 0.15. Web safe color of #ccd960 is #cccc66. Color #ccd960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 01100000
Octal 314 331 140
Decimal 204 217 96
Hex CC D9 60

RGB Percentages of Color #ccd960

%39.46
%41.97
%18.57

CMYK Percentages of Color #ccd960

%6
%0
%56
%15

Triadic Colors of #ccd960

#ccd960 #60ccd9 #d960cc

Analogous Colors of #ccd960

#ccd960 #90d960 #d9aa60

Monochromatic Colors of #ccd960

#ccd960

Complementary Color

#ccd960 #6d60d9

#ccd960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd960 Color CSS Codes

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

#ccd960 Text Font Color

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

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


#ccd960 Background Color

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

This div background color is #ccd960


#ccd960 Border Color

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

This div border color is #ccd960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd960


Comments

No comments written yet.

Please login to write comment.