Color Hex Logo

#8aee22 Color Hex

#8AEE22
(138,238,34)
0 Favorites   0 Comments

Color spaces of #8aee22

RGB 13823834
HSL0.250.860.53
HSV89°86°93°
CMYK 0.420.000.86   0.07
XYZ41.344566.667812.2025
Yxy66.66780.34390.5546
Hunter Lab81.6504-52.502848.2945
CIE-Lab85.3359-57.946478.2914

#8aee22 color RGB value is (138,238,34).

#8aee22 hex color red value is 138, green value is 238 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #8aee22 hue: 0.25 , saturation: 0.86 and the lightness value of 8aee22 is 0.53.

The process color (four color CMYK) of #8aee22 color hex is 0.42, 0.00, 0.86, 0.07. Web safe color of #8aee22 is #99ff33. Color #8aee22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 00100010
Octal 212 356 42
Decimal 138 238 34
Hex 8A EE 22

RGB Percentages of Color #8aee22

%33.66
%58.05
%8.29

CMYK Percentages of Color #8aee22

%42
%0
%86
%7

Triadic Colors of #8aee22

#8aee22 #228aee #ee228a

Analogous Colors of #8aee22

#8aee22 #24ee22 #eeec22

Monochromatic Colors of #8aee22

#8aee22

Complementary Color

#8aee22 #8622ee

#8aee22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aee22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aee22 Color CSS Codes

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

#8aee22 Text Font Color

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

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


#8aee22 Background Color

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

This div background color is #8aee22


#8aee22 Border Color

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

This div border color is #8aee22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aee22


Comments

No comments written yet.

Please login to write comment.