Color Hex Logo

#07fa4b Color Hex

#07FA4B
(7,250,75)
0 Favorites   0 Comments

Color spaces of #07fa4b

RGB 725075
HSL0.380.960.50
HSV137°97°98°
CMYK 0.970.000.70   0.02
XYZ35.543268.924418.0870
Yxy68.92440.29000.5624
Hunter Lab83.0207-68.866045.1975
CIE-Lab86.4666-81.439666.7241

#07fa4b color RGB value is (7,250,75).

#07fa4b hex color red value is 7, green value is 250 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #07fa4b hue: 0.38 , saturation: 0.96 and the lightness value of 07fa4b is 0.50.

The process color (four color CMYK) of #07fa4b color hex is 0.97, 0.00, 0.70, 0.02. Web safe color of #07fa4b is #00ff33. Color #07fa4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111010 01001011
Octal 7 372 113
Decimal 7 250 75
Hex 7 FA 4B

RGB Percentages of Color #07fa4b

%2.11
%75.30
%22.59

CMYK Percentages of Color #07fa4b

%97
%0
%70
%2

Triadic Colors of #07fa4b

#07fa4b #4b07fa #fa4b07

Analogous Colors of #07fa4b

#07fa4b #07fac5 #3dfa07

Monochromatic Colors of #07fa4b

#07fa4b

Complementary Color

#07fa4b #fa07b6

#07fa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07fa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07fa4b Color CSS Codes

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

#07fa4b Text Font Color

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

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


#07fa4b Background Color

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

This div background color is #07fa4b


#07fa4b Border Color

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

This div border color is #07fa4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07fa4b

Related Colors


Comments

No comments written yet.

Please login to write comment.