Color Hex Logo

#ccd60a Color Hex

#CCD60A
(204,214,10)
0 Favorites   0 Comments

Color spaces of #ccd60a

RGB 20421410
HSL0.170.910.44
HSV63°95°84°
CMYK 0.050.000.95   0.16
XYZ49.003260.95249.4694
Yxy60.95240.41030.5104
Hunter Lab78.0720-24.587547.4591
CIE-Lab82.3531-23.008980.9641

#ccd60a color RGB value is (204,214,10).

#ccd60a hex color red value is 204, green value is 214 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ccd60a hue: 0.17 , saturation: 0.91 and the lightness value of ccd60a is 0.44.

The process color (four color CMYK) of #ccd60a color hex is 0.05, 0.00, 0.95, 0.16. Web safe color of #ccd60a is #cccc00. Color #ccd60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 00001010
Octal 314 326 12
Decimal 204 214 10
Hex CC D6 A

RGB Percentages of Color #ccd60a

%47.66
%50.00
%2.34

CMYK Percentages of Color #ccd60a

%5
%0
%95
%16

Triadic Colors of #ccd60a

#ccd60a #0accd6 #d60acc

Analogous Colors of #ccd60a

#ccd60a #66d60a #d67a0a

Monochromatic Colors of #ccd60a

#ccd60a

Complementary Color

#ccd60a #140ad6

#ccd60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd60a Color CSS Codes

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

#ccd60a Text Font Color

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

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


#ccd60a Background Color

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

This div background color is #ccd60a


#ccd60a Border Color

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

This div border color is #ccd60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd60a


Comments

No comments written yet.

Please login to write comment.