Color Hex Logo

#ccfe0d Color Hex

#CCFE0D
(204,254,13)
0 Favorites   0 Comments

Color spaces of #ccfe0d

RGB 20425413
HSL0.200.990.52
HSV72°95°100°
CMYK 0.200.000.95   0.00
XYZ60.416383.750013.3619
Yxy83.75000.38350.5317
Hunter Lab91.5150-42.309355.4037
CIE-Lab93.3418-41.393289.1326

#ccfe0d color RGB value is (204,254,13).

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

The process color (four color CMYK) of #ccfe0d color hex is 0.20, 0.00, 0.95, 0.00. Web safe color of #ccfe0d is #ccff00. Color #ccfe0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 00001101
Octal 314 376 15
Decimal 204 254 13
Hex CC FE D

RGB Percentages of Color #ccfe0d

%43.31
%53.93
%2.76

CMYK Percentages of Color #ccfe0d

%20
%0
%95
%0

Triadic Colors of #ccfe0d

#ccfe0d #0dccfe #fe0dcc

Analogous Colors of #ccfe0d

#ccfe0d #53fe0d #feb80d

Monochromatic Colors of #ccfe0d

#ccfe0d

Complementary Color

#ccfe0d #3f0dfe

#ccfe0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfe0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfe0d Color CSS Codes

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

#ccfe0d Text Font Color

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

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


#ccfe0d Background Color

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

This div background color is #ccfe0d


#ccfe0d Border Color

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

This div border color is #ccfe0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfe0d


Comments

No comments written yet.

Please login to write comment.