Color Hex Logo

#8bae64 Color Hex

#8BAE64
(139,174,100)
0 Favorites   0 Comments

Color spaces of #8bae64

RGB 139174100
HSL0.250.310.54
HSV88°43°68°
CMYK 0.200.000.43   0.32
XYZ28.083836.681217.6566
Yxy36.68120.34070.4450
Hunter Lab60.5650-23.218925.1106
CIE-Lab67.0372-24.894634.1041

#8bae64 color RGB value is (139,174,100).

#8bae64 hex color red value is 139, green value is 174 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8bae64 hue: 0.25 , saturation: 0.31 and the lightness value of 8bae64 is 0.54.

The process color (four color CMYK) of #8bae64 color hex is 0.20, 0.00, 0.43, 0.32. Web safe color of #8bae64 is #999966. Color #8bae64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 01100100
Octal 213 256 144
Decimal 139 174 100
Hex 8B AE 64

RGB Percentages of Color #8bae64

%33.66
%42.13
%24.21

CMYK Percentages of Color #8bae64

%20
%0
%43
%32

Triadic Colors of #8bae64

#8bae64 #648bae #ae648b

Analogous Colors of #8bae64

#8bae64 #66ae64 #aeac64

Monochromatic Colors of #8bae64

#8bae64

Complementary Color

#8bae64 #8764ae

#8bae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bae64 Color CSS Codes

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

#8bae64 Text Font Color

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

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


#8bae64 Background Color

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

This div background color is #8bae64


#8bae64 Border Color

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

This div border color is #8bae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bae64


Comments

No comments written yet.

Please login to write comment.