Color Hex Logo

#ccff2f Color Hex

#CCFF2F
(204,255,47)
0 Favorites   0 Comments

Color spaces of #ccff2f

RGB 20425547
HSL0.211.000.59
HSV75°82°100°
CMYK 0.200.000.82   0.00
XYZ61.174984.562615.7873
Yxy84.56260.37870.5235
Hunter Lab91.9579-42.179554.1917
CIE-Lab93.6943-41.120784.0580

#ccff2f color RGB value is (204,255,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 00101111
Octal 314 377 57
Decimal 204 255 47
Hex CC FF 2F

RGB Percentages of Color #ccff2f

%40.32
%50.40
%9.29

CMYK Percentages of Color #ccff2f

%20
%0
%82
%0

Triadic Colors of #ccff2f

#ccff2f #2fccff #ff2fcc

Analogous Colors of #ccff2f

#ccff2f #64ff2f #ffca2f

Monochromatic Colors of #ccff2f

#ccff2f

Complementary Color

#ccff2f #622fff

#ccff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccff2f Color CSS Codes

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

#ccff2f Text Font Color

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

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


#ccff2f Background Color

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

This div background color is #ccff2f


#ccff2f Border Color

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

This div border color is #ccff2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccff2f


Comments

No comments written yet.

Please login to write comment.