Color Hex Logo

#7fe129 Color Hex

#7FE129
(127,225,41)
0 Favorites   0 Comments

Color spaces of #7fe129

RGB 12722541
HSL0.260.750.52
HSV92°82°88°
CMYK 0.440.000.82   0.12
XYZ36.077858.522511.4923
Yxy58.52250.34010.5516
Hunter Lab76.5000-49.693544.6431
CIE-Lab81.0284-56.202172.7729

#7fe129 color RGB value is (127,225,41).

#7fe129 hex color red value is 127, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7fe129 hue: 0.26 , saturation: 0.75 and the lightness value of 7fe129 is 0.52.

The process color (four color CMYK) of #7fe129 color hex is 0.44, 0.00, 0.82, 0.12. Web safe color of #7fe129 is #66cc33. Color #7fe129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100001 00101001
Octal 177 341 51
Decimal 127 225 41
Hex 7F E1 29

RGB Percentages of Color #7fe129

%32.32
%57.25
%10.43

CMYK Percentages of Color #7fe129

%44
%0
%82
%12

Triadic Colors of #7fe129

#7fe129 #297fe1 #e1297f

Analogous Colors of #7fe129

#7fe129 #29e12f #dbe129

Monochromatic Colors of #7fe129

#7fe129

Complementary Color

#7fe129 #8b29e1

#7fe129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe129 Color CSS Codes

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

#7fe129 Text Font Color

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

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


#7fe129 Background Color

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

This div background color is #7fe129


#7fe129 Border Color

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

This div border color is #7fe129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe129


Comments

No comments written yet.

Please login to write comment.