Color Hex Logo

#07df60 Color Hex

#07DF60
(7,223,96)
0 Favorites   0 Comments

Color spaces of #07df60

RGB 722396
HSL0.400.940.45
HSV145°97°87°
CMYK 0.970.000.57   0.13
XYZ28.586653.665119.9181
Yxy53.66510.27980.5253
Hunter Lab73.2565-58.543435.1588
CIE-Lab78.2660-71.319348.9937

#07df60 color RGB value is (7,223,96).

#07df60 hex color red value is 7, green value is 223 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #07df60 hue: 0.40 , saturation: 0.94 and the lightness value of 07df60 is 0.45.

The process color (four color CMYK) of #07df60 color hex is 0.97, 0.00, 0.57, 0.13. Web safe color of #07df60 is #00cc66. Color #07df60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011111 01100000
Octal 7 337 140
Decimal 7 223 96
Hex 7 DF 60

RGB Percentages of Color #07df60

%2.15
%68.40
%29.45

CMYK Percentages of Color #07df60

%97
%0
%57
%13

Triadic Colors of #07df60

#07df60 #6007df #df6007

Analogous Colors of #07df60

#07df60 #07dfcc #1adf07

Monochromatic Colors of #07df60

#07df60

Complementary Color

#07df60 #df0786

#07df60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07df60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07df60 Color CSS Codes

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

#07df60 Text Font Color

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

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


#07df60 Background Color

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

This div background color is #07df60


#07df60 Border Color

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

This div border color is #07df60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07df60


Comments

No comments written yet.

Please login to write comment.