Color Hex Logo

#8ae651 Color Hex

#8AE651
(138,230,81)
0 Favorites   0 Comments

Color spaces of #8ae651

RGB 13823081
HSL0.270.750.61
HSV97°65°90°
CMYK 0.400.000.65   0.10
XYZ40.263262.591017.7438
Yxy62.59100.33390.5190
Hunter Lab79.1145-47.607542.0826
CIE-Lab83.2267-52.186961.8379

#8ae651 color RGB value is (138,230,81).

#8ae651 hex color red value is 138, green value is 230 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #8ae651 hue: 0.27 , saturation: 0.75 and the lightness value of 8ae651 is 0.61.

The process color (four color CMYK) of #8ae651 color hex is 0.40, 0.00, 0.65, 0.10. Web safe color of #8ae651 is #99ff66. Color #8ae651 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100110 01010001
Octal 212 346 121
Decimal 138 230 81
Hex 8A E6 51

RGB Percentages of Color #8ae651

%30.73
%51.22
%18.04

CMYK Percentages of Color #8ae651

%40
%0
%65
%10

Triadic Colors of #8ae651

#8ae651 #518ae6 #e6518a

Analogous Colors of #8ae651

#8ae651 #51e663 #d5e651

Monochromatic Colors of #8ae651

#8ae651

Complementary Color

#8ae651 #ad51e6

#8ae651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae651 Color CSS Codes

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

#8ae651 Text Font Color

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

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


#8ae651 Background Color

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

This div background color is #8ae651


#8ae651 Border Color

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

This div border color is #8ae651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae651


Comments

No comments written yet.

Please login to write comment.