Color Hex Logo

#abd01e Color Hex

#ABD01E
(171,208,30)
0 Favorites   0 Comments

Color spaces of #abd01e

RGB 17120830
HSL0.200.750.47
HSV72°86°82°
CMYK 0.180.000.86   0.18
XYZ39.584853.86349.5386
Yxy53.86340.38440.5230
Hunter Lab73.3917-32.159143.6684
CIE-Lab78.3820-33.425673.9020

#abd01e color RGB value is (171,208,30).

#abd01e hex color red value is 171, green value is 208 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #abd01e hue: 0.20 , saturation: 0.75 and the lightness value of abd01e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00011110
Octal 253 320 36
Decimal 171 208 30
Hex AB D0 1E

RGB Percentages of Color #abd01e

%41.81
%50.86
%7.33

CMYK Percentages of Color #abd01e

%18
%0
%86
%18

Triadic Colors of #abd01e

#abd01e #1eabd0 #d01eab

Analogous Colors of #abd01e

#abd01e #52d01e #d09c1e

Monochromatic Colors of #abd01e

#abd01e

Complementary Color

#abd01e #431ed0

#abd01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd01e Color CSS Codes

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

#abd01e Text Font Color

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

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


#abd01e Background Color

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

This div background color is #abd01e


#abd01e Border Color

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

This div border color is #abd01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd01e


Comments

No comments written yet.

Please login to write comment.