Color Hex Logo

#8ac93e Color Hex

#8AC93E
(138,201,62)
0 Favorites   0 Comments

Color spaces of #8ac93e

RGB 13820162
HSL0.240.560.52
HSV87°69°79°
CMYK 0.310.000.69   0.21
XYZ32.237447.524412.0315
Yxy47.52440.35120.5177
Hunter Lab68.9379-37.169637.9089
CIE-Lab74.5240-41.496060.1026

#8ac93e color RGB value is (138,201,62).

#8ac93e hex color red value is 138, green value is 201 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8ac93e hue: 0.24 , saturation: 0.56 and the lightness value of 8ac93e is 0.52.

The process color (four color CMYK) of #8ac93e color hex is 0.31, 0.00, 0.69, 0.21. Web safe color of #8ac93e is #99cc33. Color #8ac93e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001001 00111110
Octal 212 311 76
Decimal 138 201 62
Hex 8A C9 3E

RGB Percentages of Color #8ac93e

%34.41
%50.12
%15.46

CMYK Percentages of Color #8ac93e

%31
%0
%69
%21

Triadic Colors of #8ac93e

#8ac93e #3e8ac9 #c93e8a

Analogous Colors of #8ac93e

#8ac93e #45c93e #c9c33e

Monochromatic Colors of #8ac93e

#8ac93e

Complementary Color

#8ac93e #7d3ec9

#8ac93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac93e Color CSS Codes

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

#8ac93e Text Font Color

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

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


#8ac93e Background Color

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

This div background color is #8ac93e


#8ac93e Border Color

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

This div border color is #8ac93e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,201,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ac93e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ac93e;
  -webkit-box-shadow: 1px 1px 3px 2px #8ac93e;
  box-shadow:         1px 1px 3px 2px #8ac93e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,201,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac93e


Comments

No comments written yet.

Please login to write comment.