Color Hex Logo

#ccfe20 Color Hex

#CCFE20
(204,254,32)
0 Favorites   0 Comments

Color spaces of #ccfe20

RGB 20425432
HSL0.200.990.56
HSV74°87°100°
CMYK 0.200.000.87   0.00
XYZ60.604483.825314.3522
Yxy83.82530.38170.5279
Hunter Lab91.5562-42.067554.7951
CIE-Lab93.3746-41.088786.7921

#ccfe20 color RGB value is (204,254,32).

#ccfe20 hex color red value is 204, green value is 254 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ccfe20 hue: 0.20 , saturation: 0.99 and the lightness value of ccfe20 is 0.56.

The process color (four color CMYK) of #ccfe20 color hex is 0.20, 0.00, 0.87, 0.00. Web safe color of #ccfe20 is #ccff33. Color #ccfe20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 00100000
Octal 314 376 40
Decimal 204 254 32
Hex CC FE 20

RGB Percentages of Color #ccfe20

%41.63
%51.84
%6.53

CMYK Percentages of Color #ccfe20

%20
%0
%87
%0

Triadic Colors of #ccfe20

#ccfe20 #20ccfe #fe20cc

Analogous Colors of #ccfe20

#ccfe20 #5dfe20 #fec120

Monochromatic Colors of #ccfe20

#ccfe20

Complementary Color

#ccfe20 #5220fe

#ccfe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfe20 Color CSS Codes

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

#ccfe20 Text Font Color

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

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


#ccfe20 Background Color

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

This div background color is #ccfe20


#ccfe20 Border Color

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

This div border color is #ccfe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfe20


Comments

No comments written yet.

Please login to write comment.