Color Hex Logo

#abb501 Color Hex

#ABB501
(171,181,1)
0 Favorites   0 Comments

Color spaces of #abb501

RGB 1711811
HSL0.180.990.36
HSV63°99°71°
CMYK 0.060.000.99   0.29
XYZ33.323941.70796.3228
Yxy41.70790.40960.5127
Hunter Lab64.5817-20.912539.4024
CIE-Lab70.6691-21.005971.9809

#abb501 color RGB value is (171,181,1).

#abb501 hex color red value is 171, green value is 181 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #abb501 hue: 0.18 , saturation: 0.99 and the lightness value of abb501 is 0.36.

The process color (four color CMYK) of #abb501 color hex is 0.06, 0.00, 0.99, 0.29. Web safe color of #abb501 is #99cc00. Color #abb501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 00000001
Octal 253 265 1
Decimal 171 181 1
Hex AB B5 1

RGB Percentages of Color #abb501

%48.44
%51.27
%0.28

CMYK Percentages of Color #abb501

%6
%0
%99
%29

Triadic Colors of #abb501

#abb501 #01abb5 #b501ab

Analogous Colors of #abb501

#abb501 #51b501 #b56501

Monochromatic Colors of #abb501

#abb501

Complementary Color

#abb501 #0b01b5

#abb501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb501 Color CSS Codes

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

#abb501 Text Font Color

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

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


#abb501 Background Color

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

This div background color is #abb501


#abb501 Border Color

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

This div border color is #abb501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,181,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb501


Comments

No comments written yet.

Please login to write comment.