Color Hex Logo

#a8d10a Color Hex

#A8D10A
(168,209,10)
0 Favorites   0 Comments

Color spaces of #a8d10a

RGB 16820910
HSL0.200.910.43
HSV72°95°82°
CMYK 0.200.000.95   0.18
XYZ39.003753.94778.6444
Yxy53.94770.38390.5310
Hunter Lab73.4491-33.747044.4364
CIE-Lab78.4312-35.473876.8541

#a8d10a color RGB value is (168,209,10).

#a8d10a hex color red value is 168, green value is 209 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a8d10a hue: 0.20 , saturation: 0.91 and the lightness value of a8d10a is 0.43.

The process color (four color CMYK) of #a8d10a color hex is 0.20, 0.00, 0.95, 0.18. Web safe color of #a8d10a is #99cc00. Color #a8d10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11010001 00001010
Octal 250 321 12
Decimal 168 209 10
Hex A8 D1 A

RGB Percentages of Color #a8d10a

%43.41
%54.01
%2.58

CMYK Percentages of Color #a8d10a

%20
%0
%95
%18

Triadic Colors of #a8d10a

#a8d10a #0aa8d1 #d10aa8

Analogous Colors of #a8d10a

#a8d10a #45d10a #d1970a

Monochromatic Colors of #a8d10a

#a8d10a

Complementary Color

#a8d10a #330ad1

#a8d10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8d10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8d10a Color CSS Codes

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

#a8d10a Text Font Color

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

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


#a8d10a Background Color

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

This div background color is #a8d10a


#a8d10a Border Color

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

This div border color is #a8d10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8d10a


Comments

No comments written yet.

Please login to write comment.