Color Hex Logo

#abf600 Color Hex

#ABF600
(171,246,0)
0 Favorites   0 Comments

Color spaces of #abf600

RGB 1712460
HSL0.221.000.48
HSV78°100°96°
CMYK 0.300.001.00   0.04
XYZ49.750474.569511.7712
Yxy74.56950.36560.5479
Hunter Lab86.3536-48.280752.3655
CIE-Lab89.1910-50.454786.0877

#abf600 color RGB value is (171,246,0).

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

The process color (four color CMYK) of #abf600 color hex is 0.30, 0.00, 1.00, 0.04. Web safe color of #abf600 is #99ff00. Color #abf600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 00000000
Octal 253 366 0
Decimal 171 246 0
Hex AB F6 0

RGB Percentages of Color #abf600

%41.01
%58.99
%0.00

CMYK Percentages of Color #abf600

%30
%0
%100
%4

Triadic Colors of #abf600

#abf600 #00abf6 #f600ab

Analogous Colors of #abf600

#abf600 #30f600 #f6c600

Monochromatic Colors of #abf600

#abf600

Complementary Color

#abf600 #4b00f6

#abf600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf600 Color CSS Codes

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

#abf600 Text Font Color

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

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


#abf600 Background Color

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

This div background color is #abf600


#abf600 Border Color

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

This div border color is #abf600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf600


Comments

No comments written yet.

Please login to write comment.