Color Hex Logo

#8af90a Color Hex

#8AF90A
(138,249,10)
0 Favorites   0 Comments

Color spaces of #8af90a

RGB 13824910
HSL0.240.950.51
HSV88°96°98°
CMYK 0.450.000.96   0.02
XYZ44.411773.176612.0709
Yxy73.17660.34250.5644
Hunter Lab85.5433-57.028651.5140
CIE-Lab88.5319-62.576284.1495

#8af90a color RGB value is (138,249,10).

#8af90a hex color red value is 138, green value is 249 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8af90a hue: 0.24 , saturation: 0.95 and the lightness value of 8af90a is 0.51.

The process color (four color CMYK) of #8af90a color hex is 0.45, 0.00, 0.96, 0.02. Web safe color of #8af90a is #99ff00. Color #8af90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111001 00001010
Octal 212 371 12
Decimal 138 249 10
Hex 8A F9 A

RGB Percentages of Color #8af90a

%34.76
%62.72
%2.52

CMYK Percentages of Color #8af90a

%45
%0
%96
%2

Triadic Colors of #8af90a

#8af90a #0a8af9 #f90a8a

Analogous Colors of #8af90a

#8af90a #12f90a #f9f10a

Monochromatic Colors of #8af90a

#8af90a

Complementary Color

#8af90a #790af9

#8af90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af90a Color CSS Codes

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

#8af90a Text Font Color

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

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


#8af90a Background Color

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

This div background color is #8af90a


#8af90a Border Color

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

This div border color is #8af90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af90a


Comments

No comments written yet.

Please login to write comment.