Color Hex Logo

#c5fe1e Color Hex

#C5FE1E
(197,254,30)
0 Favorites   0 Comments

Color spaces of #c5fe1e

RGB 19725430
HSL0.210.990.56
HSV75°88°100°
CMYK 0.220.000.88   0.00
XYZ58.702182.847714.1256
Yxy82.84770.37710.5322
Hunter Lab91.0207-44.166054.5132
CIE-Lab92.9477-43.799586.5946

#c5fe1e color RGB value is (197,254,30).

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

The process color (four color CMYK) of #c5fe1e color hex is 0.22, 0.00, 0.88, 0.00. Web safe color of #c5fe1e is #ccff33. Color #c5fe1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 00011110
Octal 305 376 36
Decimal 197 254 30
Hex C5 FE 1E

RGB Percentages of Color #c5fe1e

%40.96
%52.81
%6.24

CMYK Percentages of Color #c5fe1e

%22
%0
%88
%0

Triadic Colors of #c5fe1e

#c5fe1e #1ec5fe #fe1ec5

Analogous Colors of #c5fe1e

#c5fe1e #55fe1e #fec71e

Monochromatic Colors of #c5fe1e

#c5fe1e

Complementary Color

#c5fe1e #571efe

#c5fe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fe1e Color CSS Codes

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

#c5fe1e Text Font Color

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

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


#c5fe1e Background Color

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

This div background color is #c5fe1e


#c5fe1e Border Color

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

This div border color is #c5fe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fe1e

Related Colors


Comments

No comments written yet.

Please login to write comment.