Color Hex Logo

#ccff50 Color Hex

#CCFF50
(204,255,80)
0 Favorites   0 Comments

Color spaces of #ccff50

RGB 20425580
HSL0.221.000.66
HSV77°69°100°
CMYK 0.200.000.69   0.00
XYZ62.109884.936620.7103
Yxy84.93660.37020.5063
Hunter Lab92.1611-40.985951.1892
CIE-Lab93.8558-39.628774.3869

#ccff50 color RGB value is (204,255,80).

#ccff50 hex color red value is 204, green value is 255 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccff50 hue: 0.22 , saturation: 1.00 and the lightness value of ccff50 is 0.66.

The process color (four color CMYK) of #ccff50 color hex is 0.20, 0.00, 0.69, 0.00. Web safe color of #ccff50 is #ccff66. Color #ccff50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 01010000
Octal 314 377 120
Decimal 204 255 80
Hex CC FF 50

RGB Percentages of Color #ccff50

%37.85
%47.31
%14.84

CMYK Percentages of Color #ccff50

%20
%0
%69
%0

Triadic Colors of #ccff50

#ccff50 #50ccff #ff50cc

Analogous Colors of #ccff50

#ccff50 #75ff50 #ffdb50

Monochromatic Colors of #ccff50

#ccff50

Complementary Color

#ccff50 #8350ff

#ccff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccff50 Color CSS Codes

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

#ccff50 Text Font Color

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

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


#ccff50 Background Color

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

This div background color is #ccff50


#ccff50 Border Color

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

This div border color is #ccff50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccff50


Comments

No comments written yet.

Please login to write comment.