Color Hex Logo

#8bf057 Color Hex

#8BF057
(139,240,87)
0 Favorites   0 Comments

Color spaces of #8bf057

RGB 13924087
HSL0.280.840.64
HSV100°64°94°
CMYK 0.420.000.64   0.06
XYZ43.527868.497319.9440
Yxy68.49730.32980.5190
Hunter Lab82.7631-50.956543.6466
CIE-Lab86.2545-55.351362.7177

#8bf057 color RGB value is (139,240,87).

#8bf057 hex color red value is 139, green value is 240 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #8bf057 hue: 0.28 , saturation: 0.84 and the lightness value of 8bf057 is 0.64.

The process color (four color CMYK) of #8bf057 color hex is 0.42, 0.00, 0.64, 0.06. Web safe color of #8bf057 is #99ff66. Color #8bf057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110000 01010111
Octal 213 360 127
Decimal 139 240 87
Hex 8B F0 57

RGB Percentages of Color #8bf057

%29.83
%51.50
%18.67

CMYK Percentages of Color #8bf057

%42
%0
%64
%6

Triadic Colors of #8bf057

#8bf057 #578bf0 #f0578b

Analogous Colors of #8bf057

#8bf057 #57f070 #d8f057

Monochromatic Colors of #8bf057

#8bf057

Complementary Color

#8bf057 #bc57f0

#8bf057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf057 Color CSS Codes

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

#8bf057 Text Font Color

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

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


#8bf057 Background Color

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

This div background color is #8bf057


#8bf057 Border Color

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

This div border color is #8bf057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf057


Comments

No comments written yet.

Please login to write comment.