Color Hex Logo

#07f070 Color Hex

#07F070
(7,240,112)
0 Favorites   0 Comments

Color spaces of #07f070

RGB 7240112
HSL0.410.940.48
HSV147°97°94°
CMYK 0.970.000.53   0.06
XYZ34.172363.535225.7917
Yxy63.53520.27670.5145
Hunter Lab79.7090-62.965436.6116
CIE-Lab83.7232-74.306648.1890

#07f070 color RGB value is (7,240,112).

#07f070 hex color red value is 7, green value is 240 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #07f070 hue: 0.41 , saturation: 0.94 and the lightness value of 07f070 is 0.48.

The process color (four color CMYK) of #07f070 color hex is 0.97, 0.00, 0.53, 0.06. Web safe color of #07f070 is #00ff66. Color #07f070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11110000 01110000
Octal 7 360 160
Decimal 7 240 112
Hex 7 F0 70

RGB Percentages of Color #07f070

%1.95
%66.85
%31.20

CMYK Percentages of Color #07f070

%97
%0
%53
%6

Triadic Colors of #07f070

#07f070 #7007f0 #f07007

Analogous Colors of #07f070

#07f070 #07f0e5 #12f007

Monochromatic Colors of #07f070

#07f070

Complementary Color

#07f070 #f00787

#07f070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07f070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07f070 Color CSS Codes

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

#07f070 Text Font Color

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

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


#07f070 Background Color

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

This div background color is #07f070


#07f070 Border Color

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

This div border color is #07f070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07f070


Comments

No comments written yet.

Please login to write comment.