Color Hex Logo

#ccf602 Color Hex

#CCF602
(204,246,2)
0 Favorites   0 Comments

Color spaces of #ccf602

RGB 2042462
HSL0.200.980.49
HSV70°99°96°
CMYK 0.170.000.99   0.04
XYZ57.868678.753312.2083
Yxy78.75330.38880.5291
Hunter Lab88.7431-38.902053.9637
CIE-Lab91.1226-37.957388.2531

#ccf602 color RGB value is (204,246,2).

#ccf602 hex color red value is 204, green value is 246 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ccf602 hue: 0.20 , saturation: 0.98 and the lightness value of ccf602 is 0.49.

The process color (four color CMYK) of #ccf602 color hex is 0.17, 0.00, 0.99, 0.04. Web safe color of #ccf602 is #ccff00. Color #ccf602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 00000010
Octal 314 366 2
Decimal 204 246 2
Hex CC F6 2

RGB Percentages of Color #ccf602

%45.13
%54.42
%0.44

CMYK Percentages of Color #ccf602

%17
%0
%99
%4

Triadic Colors of #ccf602

#ccf602 #02ccf6 #f602cc

Analogous Colors of #ccf602

#ccf602 #52f602 #f6a602

Monochromatic Colors of #ccf602

#ccf602

Complementary Color

#ccf602 #2c02f6

#ccf602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf602 Color CSS Codes

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

#ccf602 Text Font Color

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

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


#ccf602 Background Color

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

This div background color is #ccf602


#ccf602 Border Color

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

This div border color is #ccf602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf602


Comments

No comments written yet.

Please login to write comment.