Color Hex Logo

#8be142 Color Hex

#8BE142
(139,225,66)
0 Favorites   0 Comments

Color spaces of #8be142

RGB 13922566
HSL0.260.730.57
HSV92°71°88°
CMYK 0.380.000.71   0.12
XYZ38.556059.732714.6517
Yxy59.73270.34140.5289
Hunter Lab77.2869-46.204142.8609
CIE-Lab81.6927-50.959065.9477

#8be142 color RGB value is (139,225,66).

#8be142 hex color red value is 139, green value is 225 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #8be142 hue: 0.26 , saturation: 0.73 and the lightness value of 8be142 is 0.57.

The process color (four color CMYK) of #8be142 color hex is 0.38, 0.00, 0.71, 0.12. Web safe color of #8be142 is #99cc33. Color #8be142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100001 01000010
Octal 213 341 102
Decimal 139 225 66
Hex 8B E1 42

RGB Percentages of Color #8be142

%32.33
%52.33
%15.35

CMYK Percentages of Color #8be142

%38
%0
%71
%12

Triadic Colors of #8be142

#8be142 #428be1 #e1428b

Analogous Colors of #8be142

#8be142 #42e149 #dbe142

Monochromatic Colors of #8be142

#8be142

Complementary Color

#8be142 #9842e1

#8be142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be142 Color CSS Codes

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

#8be142 Text Font Color

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

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


#8be142 Background Color

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

This div background color is #8be142


#8be142 Border Color

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

This div border color is #8be142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be142


Comments

No comments written yet.

Please login to write comment.