Color Hex Logo

#8bff7e Color Hex

#8BFF7E
(139,255,126)
0 Favorites   0 Comments

Color spaces of #8bff7e

RGB 139255126
HSL0.321.000.75
HSV114°51°100°
CMYK 0.450.000.51   0.00
XYZ50.173478.515332.2492
Yxy78.51530.31180.4879
Hunter Lab88.6089-53.992640.4476
CIE-Lab91.0145-57.176251.1916

#8bff7e color RGB value is (139,255,126).

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

The process color (four color CMYK) of #8bff7e color hex is 0.45, 0.00, 0.51, 0.00. Web safe color of #8bff7e is #99ff66. Color #8bff7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11111111 01111110
Octal 213 377 176
Decimal 139 255 126
Hex 8B FF 7E

RGB Percentages of Color #8bff7e

%26.73
%49.04
%24.23

CMYK Percentages of Color #8bff7e

%45
%0
%51
%0

Triadic Colors of #8bff7e

#8bff7e #7e8bff #ff7e8b

Analogous Colors of #8bff7e

#8bff7e #7effb2 #ccff7e

Monochromatic Colors of #8bff7e

#8bff7e

Complementary Color

#8bff7e #f27eff

#8bff7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bff7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bff7e Color CSS Codes

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

#8bff7e Text Font Color

<p style="color:#8bff7e">Text here</p>

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


#8bff7e Background Color

<div style="background-color:#8bff7e">
Div content here</div>

This div background color is #8bff7e


#8bff7e Border Color

<div style="border:3px solid #8bff7e">
Div here</div>

This div border color is #8bff7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bff7e


Comments

No comments written yet.

Please login to write comment.