Color Hex Logo

#abf000 Color Hex

#ABF000
(171,240,0)
0 Favorites   0 Comments

Color spaces of #abf000

RGB 1712400
HSL0.211.000.47
HSV77°100°94°
CMYK 0.290.001.00   0.06
XYZ47.954770.978111.1727
Yxy70.97810.36860.5455
Hunter Lab84.2485-45.831751.1111
CIE-Lab87.4744-47.963384.7710

#abf000 color RGB value is (171,240,0).

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

The process color (four color CMYK) of #abf000 color hex is 0.29, 0.00, 1.00, 0.06. Web safe color of #abf000 is #99ff00. Color #abf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 00000000
Octal 253 360 0
Decimal 171 240 0
Hex AB F0 0

RGB Percentages of Color #abf000

%41.61
%58.39
%0.00

CMYK Percentages of Color #abf000

%29
%0
%100
%6

Triadic Colors of #abf000

#abf000 #00abf0 #f000ab

Analogous Colors of #abf000

#abf000 #33f000 #f0bd00

Monochromatic Colors of #abf000

#abf000

Complementary Color

#abf000 #4500f0

#abf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf000 Color CSS Codes

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

#abf000 Text Font Color

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

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


#abf000 Background Color

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

This div background color is #abf000


#abf000 Border Color

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

This div border color is #abf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf000


Comments

No comments written yet.

Please login to write comment.