Color Hex Logo

#abff48 Color Hex

#ABFF48
(171,255,72)
0 Favorites   0 Comments

Color spaces of #abff48

RGB 17125572
HSL0.241.000.64
HSV88°72°100°
CMYK 0.330.000.72   0.00
XYZ53.724380.645818.8655
Yxy80.64580.35060.5263
Hunter Lab89.8030-50.368350.4067
CIE-Lab91.9738-51.994774.6641

#abff48 color RGB value is (171,255,72).

#abff48 hex color red value is 171, green value is 255 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #abff48 hue: 0.24 , saturation: 1.00 and the lightness value of abff48 is 0.64.

The process color (four color CMYK) of #abff48 color hex is 0.33, 0.00, 0.72, 0.00. Web safe color of #abff48 is #99ff33. Color #abff48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 01001000
Octal 253 377 110
Decimal 171 255 72
Hex AB FF 48

RGB Percentages of Color #abff48

%34.34
%51.20
%14.46

CMYK Percentages of Color #abff48

%33
%0
%72
%0

Triadic Colors of #abff48

#abff48 #48abff #ff48ab

Analogous Colors of #abff48

#abff48 #50ff48 #fff848

Monochromatic Colors of #abff48

#abff48

Complementary Color

#abff48 #9c48ff

#abff48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abff48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abff48 Color CSS Codes

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

#abff48 Text Font Color

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

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


#abff48 Background Color

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

This div background color is #abff48


#abff48 Border Color

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

This div border color is #abff48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abff48


Comments

No comments written yet.

Please login to write comment.