Color Hex Logo

#abfd1a Color Hex

#ABFD1A
(171,253,26)
0 Favorites   0 Comments

Color spaces of #abfd1a

RGB 17125326
HSL0.230.980.55
HSV82°90°99°
CMYK 0.320.000.90   0.01
XYZ52.106378.983113.4762
Yxy78.98310.36040.5463
Hunter Lab88.8724-50.871453.2202
CIE-Lab91.2266-52.966585.2032

#abfd1a color RGB value is (171,253,26).

#abfd1a hex color red value is 171, green value is 253 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #abfd1a hue: 0.23 , saturation: 0.98 and the lightness value of abfd1a is 0.55.

The process color (four color CMYK) of #abfd1a color hex is 0.32, 0.00, 0.90, 0.01. Web safe color of #abfd1a is #99ff33. Color #abfd1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 00011010
Octal 253 375 32
Decimal 171 253 26
Hex AB FD 1A

RGB Percentages of Color #abfd1a

%38.00
%56.22
%5.78

CMYK Percentages of Color #abfd1a

%32
%0
%90
%1

Triadic Colors of #abfd1a

#abfd1a #1aabfd #fd1aab

Analogous Colors of #abfd1a

#abfd1a #3afd1a #fdde1a

Monochromatic Colors of #abfd1a

#abfd1a

Complementary Color

#abfd1a #6c1afd

#abfd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd1a Color CSS Codes

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

#abfd1a Text Font Color

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

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


#abfd1a Background Color

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

This div background color is #abfd1a


#abfd1a Border Color

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

This div border color is #abfd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd1a


Comments

No comments written yet.

Please login to write comment.