Color Hex Logo

#a8bd1a Color Hex

#A8BD1A
(168,189,26)
0 Favorites   0 Comments

Color spaces of #a8bd1a

RGB 16818926
HSL0.190.760.42
HSV68°86°74°
CMYK 0.110.000.86   0.26
XYZ34.532544.79467.8034
Yxy44.79460.39630.5141
Hunter Lab66.9288-25.026739.9374
CIE-Lab72.7564-25.791469.9532

#a8bd1a color RGB value is (168,189,26).

#a8bd1a hex color red value is 168, green value is 189 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a8bd1a hue: 0.19 , saturation: 0.76 and the lightness value of a8bd1a is 0.42.

The process color (four color CMYK) of #a8bd1a color hex is 0.11, 0.00, 0.86, 0.26. Web safe color of #a8bd1a is #99cc33. Color #a8bd1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 00011010
Octal 250 275 32
Decimal 168 189 26
Hex A8 BD 1A

RGB Percentages of Color #a8bd1a

%43.86
%49.35
%6.79

CMYK Percentages of Color #a8bd1a

%11
%0
%86
%26

Triadic Colors of #a8bd1a

#a8bd1a #1aa8bd #bd1aa8

Analogous Colors of #a8bd1a

#a8bd1a #56bd1a #bd811a

Monochromatic Colors of #a8bd1a

#a8bd1a

Complementary Color

#a8bd1a #2f1abd

#a8bd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bd1a Color CSS Codes

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

#a8bd1a Text Font Color

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

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


#a8bd1a Background Color

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

This div background color is #a8bd1a


#a8bd1a Border Color

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

This div border color is #a8bd1a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,189,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bd1a


Comments

No comments written yet.

Please login to write comment.