Color Hex Logo

#abff52 Color Hex

#ABFF52
(171,255,82)
0 Favorites   0 Comments

Color spaces of #abff52

RGB 17125582
HSL0.251.000.66
HSV89°68°100°
CMYK 0.330.000.68   0.00
XYZ54.077680.787120.7259
Yxy80.78710.34760.5192
Hunter Lab89.8816-49.897749.2454
CIE-Lab92.0369-51.362171.2219

#abff52 color RGB value is (171,255,82).

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

The process color (four color CMYK) of #abff52 color hex is 0.33, 0.00, 0.68, 0.00. Web safe color of #abff52 is #99ff66. Color #abff52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 01010010
Octal 253 377 122
Decimal 171 255 82
Hex AB FF 52

RGB Percentages of Color #abff52

%33.66
%50.20
%16.14

CMYK Percentages of Color #abff52

%33
%0
%68
%0

Triadic Colors of #abff52

#abff52 #52abff #ff52ab

Analogous Colors of #abff52

#abff52 #55ff52 #fffd52

Monochromatic Colors of #abff52

#abff52

Complementary Color

#abff52 #a652ff

#abff52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abff52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abff52 Color CSS Codes

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

#abff52 Text Font Color

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

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


#abff52 Background Color

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

This div background color is #abff52


#abff52 Border Color

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

This div border color is #abff52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abff52


Comments

No comments written yet.

Please login to write comment.