Color Hex Logo

#abd500 Color Hex

#ABD500
(171,213,0)
0 Favorites   0 Comments

Color spaces of #abd500

RGB 1712130
HSL0.201.000.42
HSV72°100°84°
CMYK 0.200.001.00   0.16
XYZ40.588856.24648.7174
Yxy56.24640.38450.5329
Hunter Lab74.9976-34.641445.6067
CIE-Lab79.7538-36.208278.8932

#abd500 color RGB value is (171,213,0).

#abd500 hex color red value is 171, green value is 213 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #abd500 hue: 0.20 , saturation: 1.00 and the lightness value of abd500 is 0.42.

The process color (four color CMYK) of #abd500 color hex is 0.20, 0.00, 1.00, 0.16. Web safe color of #abd500 is #99cc00. Color #abd500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 00000000
Octal 253 325 0
Decimal 171 213 0
Hex AB D5 0

RGB Percentages of Color #abd500

%44.53
%55.47
%0.00

CMYK Percentages of Color #abd500

%20
%0
%100
%16

Triadic Colors of #abd500

#abd500 #00abd5 #d500ab

Analogous Colors of #abd500

#abd500 #41d500 #d59500

Monochromatic Colors of #abd500

#abd500

Complementary Color

#abd500 #2a00d5

#abd500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd500 Color CSS Codes

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

#abd500 Text Font Color

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

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


#abd500 Background Color

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

This div background color is #abd500


#abd500 Border Color

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

This div border color is #abd500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd500


Comments

No comments written yet.

Please login to write comment.