Color Hex Logo

#07e14a Color Hex

#07E14A
(7,225,74)
0 Favorites   0 Comments

Color spaces of #07e14a

RGB 722574
HSL0.380.940.45
HSV138°97°88°
CMYK 0.970.000.67   0.12
XYZ28.248954.390015.4880
Yxy54.39000.28790.5543
Hunter Lab73.7496-60.689539.1733
CIE-Lab78.6886-74.465058.8543

#07e14a color RGB value is (7,225,74).

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

The process color (four color CMYK) of #07e14a color hex is 0.97, 0.00, 0.67, 0.12. Web safe color of #07e14a is #00cc33. Color #07e14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11100001 01001010
Octal 7 341 112
Decimal 7 225 74
Hex 7 E1 4A

RGB Percentages of Color #07e14a

%2.29
%73.53
%24.18

CMYK Percentages of Color #07e14a

%97
%0
%67
%12

Triadic Colors of #07e14a

#07e14a #4a07e1 #e14a07

Analogous Colors of #07e14a

#07e14a #07e1b7 #31e107

Monochromatic Colors of #07e14a

#07e14a

Complementary Color

#07e14a #e1079e

#07e14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07e14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07e14a Color CSS Codes

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

#07e14a Text Font Color

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

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


#07e14a Background Color

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

This div background color is #07e14a


#07e14a Border Color

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

This div border color is #07e14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07e14a


Comments

No comments written yet.

Please login to write comment.