Color Hex Logo

#7efa25 Color Hex

#7EFA25
(126,250,37)
0 Favorites   0 Comments

Color spaces of #7efa25

RGB 12625037
HSL0.260.960.56
HSV95°85°98°
CMYK 0.500.000.85   0.02
XYZ43.123772.940413.5563
Yxy72.94040.33270.5627
Hunter Lab85.4052-59.328950.3725
CIE-Lab88.4193-65.878580.1659

#7efa25 color RGB value is (126,250,37).

#7efa25 hex color red value is 126, green value is 250 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #7efa25 hue: 0.26 , saturation: 0.96 and the lightness value of 7efa25 is 0.56.

The process color (four color CMYK) of #7efa25 color hex is 0.50, 0.00, 0.85, 0.02. Web safe color of #7efa25 is #66ff33. Color #7efa25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111010 00100101
Octal 176 372 45
Decimal 126 250 37
Hex 7E FA 25

RGB Percentages of Color #7efa25

%30.51
%60.53
%8.96

CMYK Percentages of Color #7efa25

%50
%0
%85
%2

Triadic Colors of #7efa25

#7efa25 #257efa #fa257e

Analogous Colors of #7efa25

#7efa25 #25fa37 #e9fa25

Monochromatic Colors of #7efa25

#7efa25

Complementary Color

#7efa25 #a125fa

#7efa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efa25 Color CSS Codes

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

#7efa25 Text Font Color

<p style="color:#7efa25">Text here</p>

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


#7efa25 Background Color

<div style="background-color:#7efa25">
Div content here</div>

This div background color is #7efa25


#7efa25 Border Color

<div style="border:3px solid #7efa25">
Div here</div>

This div border color is #7efa25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,250,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 #7efa25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efa25


Comments

No comments written yet.

Please login to write comment.