Color Hex Logo

#c1fe1e Color Hex

#C1FE1E
(193,254,30)
0 Favorites   0 Comments

Color spaces of #c1fe1e

RGB 19325430
HSL0.210.990.56
HSV76°88°100°
CMYK 0.240.000.88   0.00
XYZ57.668582.314814.0772
Yxy82.31480.37430.5343
Hunter Lab90.7275-45.314454.3099
CIE-Lab92.7136-45.304486.3068

#c1fe1e color RGB value is (193,254,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111110 00011110
Octal 301 376 36
Decimal 193 254 30
Hex C1 FE 1E

RGB Percentages of Color #c1fe1e

%40.46
%53.25
%6.29

CMYK Percentages of Color #c1fe1e

%24
%0
%88
%0

Triadic Colors of #c1fe1e

#c1fe1e #1ec1fe #fe1ec1

Analogous Colors of #c1fe1e

#c1fe1e #51fe1e #fecb1e

Monochromatic Colors of #c1fe1e

#c1fe1e

Complementary Color

#c1fe1e #5b1efe

#c1fe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fe1e Color CSS Codes

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

#c1fe1e Text Font Color

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

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


#c1fe1e Background Color

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

This div background color is #c1fe1e


#c1fe1e Border Color

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

This div border color is #c1fe1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c1fe1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fe1e

Related Colors


Comments

No comments written yet.

Please login to write comment.