Color Hex Logo

#7efe7b Color Hex

#7EFE7B
(126,254,123)
0 Favorites   0 Comments

Color spaces of #7efe7b

RGB 126254123
HSL0.330.980.74
HSV119°52°100°
CMYK 0.500.000.52   0.00
XYZ47.621176.749331.0431
Yxy76.74930.30640.4938
Hunter Lab87.6067-56.282940.3155
CIE-Lab90.2061-60.663251.4809

#7efe7b color RGB value is (126,254,123).

#7efe7b hex color red value is 126, green value is 254 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7efe7b hue: 0.33 , saturation: 0.98 and the lightness value of 7efe7b is 0.74.

The process color (four color CMYK) of #7efe7b color hex is 0.50, 0.00, 0.52, 0.00. Web safe color of #7efe7b is #66ff66. Color #7efe7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 01111011
Octal 176 376 173
Decimal 126 254 123
Hex 7E FE 7B

RGB Percentages of Color #7efe7b

%25.05
%50.50
%24.45

CMYK Percentages of Color #7efe7b

%50
%0
%52
%0

Triadic Colors of #7efe7b

#7efe7b #7b7efe #fe7b7e

Analogous Colors of #7efe7b

#7efe7b #7bfeba #c0fe7b

Monochromatic Colors of #7efe7b

#7efe7b

Complementary Color

#7efe7b #fb7bfe

#7efe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efe7b Color CSS Codes

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

#7efe7b Text Font Color

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

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


#7efe7b Background Color

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

This div background color is #7efe7b


#7efe7b Border Color

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

This div border color is #7efe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efe7b


Comments

No comments written yet.

Please login to write comment.