Color Hex Logo

#abfa15 Color Hex

#ABFA15
(171,250,21)
0 Favorites   0 Comments

Color spaces of #abfa15

RGB 17125021
HSL0.220.960.53
HSV81°92°98°
CMYK 0.320.000.92   0.02
XYZ51.115677.083312.8940
Yxy77.08330.36230.5463
Hunter Lab87.7971-49.722052.7506
CIE-Lab90.3599-51.840985.1654

#abfa15 color RGB value is (171,250,21).

#abfa15 hex color red value is 171, green value is 250 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #abfa15 hue: 0.22 , saturation: 0.96 and the lightness value of abfa15 is 0.53.

The process color (four color CMYK) of #abfa15 color hex is 0.32, 0.00, 0.92, 0.02. Web safe color of #abfa15 is #99ff00. Color #abfa15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 00010101
Octal 253 372 25
Decimal 171 250 21
Hex AB FA 15

RGB Percentages of Color #abfa15

%38.69
%56.56
%4.75

CMYK Percentages of Color #abfa15

%32
%0
%92
%2

Triadic Colors of #abfa15

#abfa15 #15abfa #fa15ab

Analogous Colors of #abfa15

#abfa15 #39fa15 #fad715

Monochromatic Colors of #abfa15

#abfa15

Complementary Color

#abfa15 #6415fa

#abfa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa15 Color CSS Codes

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

#abfa15 Text Font Color

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

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


#abfa15 Background Color

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

This div background color is #abfa15


#abfa15 Border Color

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

This div border color is #abfa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa15


Comments

No comments written yet.

Please login to write comment.