Color Hex Logo

#7eff92 Color Hex

#7EFF92
(126,255,146)
0 Favorites   0 Comments

Color spaces of #7eff92

RGB 126255146
HSL0.361.000.75
HSV129°51°100°
CMYK 0.510.000.43   0.00
XYZ49.552578.030939.6439
Yxy78.03090.29630.4666
Hunter Lab88.3351-54.455035.2258
CIE-Lab90.7940-57.899441.3143

#7eff92 color RGB value is (126,255,146).

#7eff92 hex color red value is 126, green value is 255 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #7eff92 hue: 0.36 , saturation: 1.00 and the lightness value of 7eff92 is 0.75.

The process color (four color CMYK) of #7eff92 color hex is 0.51, 0.00, 0.43, 0.00. Web safe color of #7eff92 is #66ff99. Color #7eff92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 10010010
Octal 176 377 222
Decimal 126 255 146
Hex 7E FF 92

RGB Percentages of Color #7eff92

%23.91
%48.39
%27.70

CMYK Percentages of Color #7eff92

%51
%0
%43
%0

Triadic Colors of #7eff92

#7eff92 #927eff #ff927e

Analogous Colors of #7eff92

#7eff92 #7effd3 #abff7e

Monochromatic Colors of #7eff92

#7eff92

Complementary Color

#7eff92 #ff7eeb

#7eff92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eff92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eff92 Color CSS Codes

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

#7eff92 Text Font Color

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

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


#7eff92 Background Color

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

This div background color is #7eff92


#7eff92 Border Color

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

This div border color is #7eff92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,255,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eff92


Comments

No comments written yet.

Please login to write comment.