Color Hex Logo

#07fc16 Color Hex

#07FC16
(7,252,22)
0 Favorites   0 Comments

Color spaces of #07fc16

RGB 725222
HSL0.340.980.51
HSV124°97°99°
CMYK 0.970.000.91   0.01
XYZ35.042869.723912.3702
Yxy69.72390.29920.5952
Hunter Lab83.5008-71.215449.6671
CIE-Lab86.8613-84.839280.4816

#07fc16 color RGB value is (7,252,22).

#07fc16 hex color red value is 7, green value is 252 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #07fc16 hue: 0.34 , saturation: 0.98 and the lightness value of 07fc16 is 0.51.

The process color (four color CMYK) of #07fc16 color hex is 0.97, 0.00, 0.91, 0.01. Web safe color of #07fc16 is #00ff00. Color #07fc16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111100 00010110
Octal 7 374 26
Decimal 7 252 22
Hex 7 FC 16

RGB Percentages of Color #07fc16

%2.49
%89.68
%7.83

CMYK Percentages of Color #07fc16

%97
%0
%91
%1

Triadic Colors of #07fc16

#07fc16 #1607fc #fc1607

Analogous Colors of #07fc16

#07fc16 #07fc91 #73fc07

Monochromatic Colors of #07fc16

#07fc16

Complementary Color

#07fc16 #fc07ed

#07fc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07fc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07fc16 Color CSS Codes

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

#07fc16 Text Font Color

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

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


#07fc16 Background Color

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

This div background color is #07fc16


#07fc16 Border Color

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

This div border color is #07fc16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,252,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07fc16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07fc16;
  -webkit-box-shadow: 1px 1px 3px 2px #07fc16;
  box-shadow:         1px 1px 3px 2px #07fc16; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,252,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07fc16


Comments

No comments written yet.

Please login to write comment.