Color Hex Logo

#07f125 Color Hex

#07F125
(7,241,37)
0 Favorites   0 Comments

Color spaces of #07f125

RGB 724137
HSL0.350.940.49
HSV128°97°95°
CMYK 0.970.000.85   0.05
XYZ31.876863.089312.2476
Yxy63.08930.29730.5884
Hunter Lab79.4288-67.363746.4579
CIE-Lab83.4893-81.444974.9890

#07f125 color RGB value is (7,241,37).

#07f125 hex color red value is 7, green value is 241 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #07f125 hue: 0.35 , saturation: 0.94 and the lightness value of 07f125 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11110001 00100101
Octal 7 361 45
Decimal 7 241 37
Hex 7 F1 25

RGB Percentages of Color #07f125

%2.46
%84.56
%12.98

CMYK Percentages of Color #07f125

%97
%0
%85
%5

Triadic Colors of #07f125

#07f125 #2507f1 #f12507

Analogous Colors of #07f125

#07f125 #07f19a #5ef107

Monochromatic Colors of #07f125

#07f125

Complementary Color

#07f125 #f107d3

#07f125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07f125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07f125 Color CSS Codes

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

#07f125 Text Font Color

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

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


#07f125 Background Color

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

This div background color is #07f125


#07f125 Border Color

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

This div border color is #07f125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07f125


Comments

No comments written yet.

Please login to write comment.