Color Hex Logo

#8bf07d Color Hex

#8BF07D
(139,240,125)
0 Favorites   0 Comments

Color spaces of #8bf07d

RGB 139240125
HSL0.310.790.72
HSV113°48°94°
CMYK 0.420.000.48   0.06
XYZ45.509269.289830.3777
Yxy69.28980.31350.4773
Hunter Lab83.2405-48.081436.6311
CIE-Lab86.6474-51.283246.2924

#8bf07d color RGB value is (139,240,125).

#8bf07d hex color red value is 139, green value is 240 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8bf07d hue: 0.31 , saturation: 0.79 and the lightness value of 8bf07d is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110000 01111101
Octal 213 360 175
Decimal 139 240 125
Hex 8B F0 7D

RGB Percentages of Color #8bf07d

%27.58
%47.62
%24.80

CMYK Percentages of Color #8bf07d

%42
%0
%48
%6

Triadic Colors of #8bf07d

#8bf07d #7d8bf0 #f07d8b

Analogous Colors of #8bf07d

#8bf07d #7df0a9 #c5f07d

Monochromatic Colors of #8bf07d

#8bf07d

Complementary Color

#8bf07d #e27df0

#8bf07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf07d Color CSS Codes

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

#8bf07d Text Font Color

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

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


#8bf07d Background Color

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

This div background color is #8bf07d


#8bf07d Border Color

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

This div border color is #8bf07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf07d


Comments

No comments written yet.

Please login to write comment.