Color Hex Logo

#8be58e Color Hex

#8BE58E
(139,229,142)
0 Favorites   0 Comments

Color spaces of #8be58e

RGB 139229142
HSL0.340.630.72
HSV122°39°90°
CMYK 0.390.000.38   0.10
XYZ43.549363.480635.5489
Yxy63.48060.30540.4452
Hunter Lab79.6747-41.864729.3186
CIE-Lab83.6946-44.253734.1709

#8be58e color RGB value is (139,229,142).

#8be58e hex color red value is 139, green value is 229 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8be58e hue: 0.34 , saturation: 0.63 and the lightness value of 8be58e is 0.72.

The process color (four color CMYK) of #8be58e color hex is 0.39, 0.00, 0.38, 0.10. Web safe color of #8be58e is #99cc99. Color #8be58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100101 10001110
Octal 213 345 216
Decimal 139 229 142
Hex 8B E5 8E

RGB Percentages of Color #8be58e

%27.25
%44.90
%27.84

CMYK Percentages of Color #8be58e

%39
%0
%38
%10

Triadic Colors of #8be58e

#8be58e #8e8be5 #e58e8b

Analogous Colors of #8be58e

#8be58e #8be5bb #b5e58b

Monochromatic Colors of #8be58e

#8be58e

Complementary Color

#8be58e #e58be2

#8be58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be58e Color CSS Codes

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

#8be58e Text Font Color

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

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


#8be58e Background Color

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

This div background color is #8be58e


#8be58e Border Color

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

This div border color is #8be58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be58e


Comments

No comments written yet.

Please login to write comment.