Color Hex Logo

#abc01a Color Hex

#ABC01A
(171,192,26)
0 Favorites   0 Comments

Color spaces of #abc01a

RGB 17119226
HSL0.190.760.43
HSV68°86°75°
CMYK 0.110.000.86   0.25
XYZ35.830746.43188.0510
Yxy46.43180.39670.5141
Hunter Lab68.1409-25.385440.6934
CIE-Lab73.8248-25.980670.9257

#abc01a color RGB value is (171,192,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00011010
Octal 253 300 32
Decimal 171 192 26
Hex AB C0 1A

RGB Percentages of Color #abc01a

%43.96
%49.36
%6.68

CMYK Percentages of Color #abc01a

%11
%0
%86
%25

Triadic Colors of #abc01a

#abc01a #1aabc0 #c01aab

Analogous Colors of #abc01a

#abc01a #58c01a #c0821a

Monochromatic Colors of #abc01a

#abc01a

Complementary Color

#abc01a #2f1ac0

#abc01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc01a Color CSS Codes

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

#abc01a Text Font Color

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

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


#abc01a Background Color

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

This div background color is #abc01a


#abc01a Border Color

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

This div border color is #abc01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc01a


Comments

No comments written yet.

Please login to write comment.