Color Hex Logo

#abd01f Color Hex

#ABD01F
(171,208,31)
0 Favorites   0 Comments

Color spaces of #abd01f

RGB 17120831
HSL0.200.740.47
HSV73°85°82°
CMYK 0.180.000.85   0.18
XYZ39.597853.86869.6070
Yxy53.86860.38420.5226
Hunter Lab73.3952-32.138343.6160
CIE-Lab78.3851-33.397873.6954

#abd01f color RGB value is (171,208,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00011111
Octal 253 320 37
Decimal 171 208 31
Hex AB D0 1F

RGB Percentages of Color #abd01f

%41.71
%50.73
%7.56

CMYK Percentages of Color #abd01f

%18
%0
%85
%18

Triadic Colors of #abd01f

#abd01f #1fabd0 #d01fab

Analogous Colors of #abd01f

#abd01f #53d01f #d09d1f

Monochromatic Colors of #abd01f

#abd01f

Complementary Color

#abd01f #441fd0

#abd01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd01f Color CSS Codes

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

#abd01f Text Font Color

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

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


#abd01f Background Color

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

This div background color is #abd01f


#abd01f Border Color

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

This div border color is #abd01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd01f


Comments

No comments written yet.

Please login to write comment.