Color Hex Logo

#abba1a Color Hex

#ABBA1A
(171,186,26)
0 Favorites   0 Comments

Color spaces of #abba1a

RGB 17118626
HSL0.180.750.42
HSV66°86°73°
CMYK 0.080.000.86   0.27
XYZ34.539943.85037.6208
Yxy43.85030.40160.5098
Hunter Lab66.2196-22.779239.5304
CIE-Lab72.1283-23.058569.5233

#abba1a color RGB value is (171,186,26).

#abba1a hex color red value is 171, green value is 186 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #abba1a hue: 0.18 , saturation: 0.75 and the lightness value of abba1a is 0.42.

The process color (four color CMYK) of #abba1a color hex is 0.08, 0.00, 0.86, 0.27. Web safe color of #abba1a is #99cc33. Color #abba1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 00011010
Octal 253 272 32
Decimal 171 186 26
Hex AB BA 1A

RGB Percentages of Color #abba1a

%44.65
%48.56
%6.79

CMYK Percentages of Color #abba1a

%8
%0
%86
%27

Triadic Colors of #abba1a

#abba1a #1aabba #ba1aab

Analogous Colors of #abba1a

#abba1a #5bba1a #ba791a

Monochromatic Colors of #abba1a

#abba1a

Complementary Color

#abba1a #291aba

#abba1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abba1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abba1a Color CSS Codes

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

#abba1a Text Font Color

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

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


#abba1a Background Color

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

This div background color is #abba1a


#abba1a Border Color

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

This div border color is #abba1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abba1a


Comments

No comments written yet.

Please login to write comment.