Color Hex Logo

#7ffb14 Color Hex

#7FFB14
(127,251,20)
0 Favorites   0 Comments

Color spaces of #7ffb14

RGB 12725120
HSL0.260.970.53
HSV92°92°98°
CMYK 0.490.000.92   0.02
XYZ43.375873.556912.5736
Yxy73.55690.33490.5680
Hunter Lab85.7653-59.813051.3435
CIE-Lab88.7126-66.395883.1456

#7ffb14 color RGB value is (127,251,20).

#7ffb14 hex color red value is 127, green value is 251 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #7ffb14 hue: 0.26 , saturation: 0.97 and the lightness value of 7ffb14 is 0.53.

The process color (four color CMYK) of #7ffb14 color hex is 0.49, 0.00, 0.92, 0.02. Web safe color of #7ffb14 is #66ff00. Color #7ffb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 00010100
Octal 177 373 24
Decimal 127 251 20
Hex 7F FB 14

RGB Percentages of Color #7ffb14

%31.91
%63.07
%5.03

CMYK Percentages of Color #7ffb14

%49
%0
%92
%2

Triadic Colors of #7ffb14

#7ffb14 #147ffb #fb147f

Analogous Colors of #7ffb14

#7ffb14 #14fb1c #f3fb14

Monochromatic Colors of #7ffb14

#7ffb14

Complementary Color

#7ffb14 #9014fb

#7ffb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffb14 Color CSS Codes

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

#7ffb14 Text Font Color

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

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


#7ffb14 Background Color

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

This div background color is #7ffb14


#7ffb14 Border Color

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

This div border color is #7ffb14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,251,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ffb14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ffb14;
  -webkit-box-shadow: 1px 1px 3px 2px #7ffb14;
  box-shadow:         1px 1px 3px 2px #7ffb14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,251,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffb14

Related Colors


Comments

No comments written yet.

Please login to write comment.