Color Hex Logo

#8aef47 Color Hex

#8AEF47
(138,239,71)
0 Favorites   0 Comments

Color spaces of #8aef47

RGB 13823971
HSL0.270.840.61
HSV96°70°94°
CMYK 0.420.000.70   0.06
XYZ42.485167.591216.7684
Yxy67.59120.33490.5329
Hunter Lab82.2139-51.632045.4569
CIE-Lab85.8016-56.501568.3170

#8aef47 color RGB value is (138,239,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101111 01000111
Octal 212 357 107
Decimal 138 239 71
Hex 8A EF 47

RGB Percentages of Color #8aef47

%30.80
%53.35
%15.85

CMYK Percentages of Color #8aef47

%42
%0
%70
%6

Triadic Colors of #8aef47

#8aef47 #478aef #ef478a

Analogous Colors of #8aef47

#8aef47 #47ef58 #deef47

Monochromatic Colors of #8aef47

#8aef47

Complementary Color

#8aef47 #ac47ef

#8aef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aef47 Color CSS Codes

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

#8aef47 Text Font Color

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

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


#8aef47 Background Color

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

This div background color is #8aef47


#8aef47 Border Color

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

This div border color is #8aef47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aef47


Comments

No comments written yet.

Please login to write comment.