Color Hex Logo

#a8e30a Color Hex

#A8E30A
(168,227,10)
0 Favorites   0 Comments

Color spaces of #a8e30a

RGB 16822710
HSL0.210.920.46
HSV76°96°89°
CMYK 0.260.000.96   0.11
XYZ43.672363.284910.2006
Yxy63.28490.37280.5402
Hunter Lab79.5518-41.222848.0838
CIE-Lab83.5921-43.449180.8757

#a8e30a color RGB value is (168,227,10).

#a8e30a hex color red value is 168, green value is 227 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a8e30a hue: 0.21 , saturation: 0.92 and the lightness value of a8e30a is 0.46.

The process color (four color CMYK) of #a8e30a color hex is 0.26, 0.00, 0.96, 0.11. Web safe color of #a8e30a is #99cc00. Color #a8e30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100011 00001010
Octal 250 343 12
Decimal 168 227 10
Hex A8 E3 A

RGB Percentages of Color #a8e30a

%41.48
%56.05
%2.47

CMYK Percentages of Color #a8e30a

%26
%0
%96
%11

Triadic Colors of #a8e30a

#a8e30a #0aa8e3 #e30aa8

Analogous Colors of #a8e30a

#a8e30a #3be30a #e3b20a

Monochromatic Colors of #a8e30a

#a8e30a

Complementary Color

#a8e30a #450ae3

#a8e30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e30a Color CSS Codes

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

#a8e30a Text Font Color

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

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


#a8e30a Background Color

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

This div background color is #a8e30a


#a8e30a Border Color

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

This div border color is #a8e30a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,227,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8e30a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8e30a;
  -webkit-box-shadow: 1px 1px 3px 2px #a8e30a;
  box-shadow:         1px 1px 3px 2px #a8e30a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,227,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 #a8e30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e30a


Comments

No comments written yet.

Please login to write comment.