Color Hex Logo

#abd901 Color Hex

#ABD901
(171,217,1)
0 Favorites   0 Comments

Color spaces of #abd901

RGB 1712171
HSL0.200.990.43
HSV73°100°85°
CMYK 0.210.001.00   0.15
XYZ41.612958.28589.0858
Yxy58.28580.38180.5348
Hunter Lab76.3451-36.310346.3855
CIE-Lab80.8974-37.996979.6673

#abd901 color RGB value is (171,217,1).

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

The process color (four color CMYK) of #abd901 color hex is 0.21, 0.00, 1.00, 0.15. Web safe color of #abd901 is #99cc00. Color #abd901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 00000001
Octal 253 331 1
Decimal 171 217 1
Hex AB D9 1

RGB Percentages of Color #abd901

%43.96
%55.78
%0.26

CMYK Percentages of Color #abd901

%21
%0
%100
%15

Triadic Colors of #abd901

#abd901 #01abd9 #d901ab

Analogous Colors of #abd901

#abd901 #3fd901 #d99b01

Monochromatic Colors of #abd901

#abd901

Complementary Color

#abd901 #2f01d9

#abd901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd901 Color CSS Codes

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

#abd901 Text Font Color

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

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


#abd901 Background Color

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

This div background color is #abd901


#abd901 Border Color

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

This div border color is #abd901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd901


Comments

No comments written yet.

Please login to write comment.