Color Hex Logo

#ccff5e Color Hex

#CCFF5E
(204,255,94)
0 Favorites   0 Comments

Color spaces of #ccff5e

RGB 20425594
HSL0.221.000.68
HSV79°63°100°
CMYK 0.200.000.63   0.00
XYZ62.682285.165523.7246
Yxy85.16550.36530.4964
Hunter Lab92.2852-40.257749.3574
CIE-Lab93.9544-38.724969.2274

#ccff5e color RGB value is (204,255,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 01011110
Octal 314 377 136
Decimal 204 255 94
Hex CC FF 5E

RGB Percentages of Color #ccff5e

%36.89
%46.11
%17.00

CMYK Percentages of Color #ccff5e

%20
%0
%63
%0

Triadic Colors of #ccff5e

#ccff5e #5eccff #ff5ecc

Analogous Colors of #ccff5e

#ccff5e #7cff5e #ffe25e

Monochromatic Colors of #ccff5e

#ccff5e

Complementary Color

#ccff5e #915eff

#ccff5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccff5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccff5e Color CSS Codes

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

#ccff5e Text Font Color

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

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


#ccff5e Background Color

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

This div background color is #ccff5e


#ccff5e Border Color

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

This div border color is #ccff5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccff5e

Related Colors


Comments

No comments written yet.

Please login to write comment.