Color Hex Logo

#abfe32 Color Hex

#ABFE32
(171,254,50)
0 Favorites   0 Comments

Color spaces of #abfe32

RGB 17125450
HSL0.230.990.60
HSV84°80°100°
CMYK 0.330.000.80   0.00
XYZ52.812179.771815.6316
Yxy79.77180.35630.5382
Hunter Lab89.3151-50.754152.1438
CIE-Lab91.5824-52.660580.7633

#abfe32 color RGB value is (171,254,50).

#abfe32 hex color red value is 171, green value is 254 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #abfe32 hue: 0.23 , saturation: 0.99 and the lightness value of abfe32 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 00110010
Octal 253 376 62
Decimal 171 254 50
Hex AB FE 32

RGB Percentages of Color #abfe32

%36.00
%53.47
%10.53

CMYK Percentages of Color #abfe32

%33
%0
%80
%0

Triadic Colors of #abfe32

#abfe32 #32abfe #fe32ab

Analogous Colors of #abfe32

#abfe32 #45fe32 #feeb32

Monochromatic Colors of #abfe32

#abfe32

Complementary Color

#abfe32 #8532fe

#abfe32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe32 Color CSS Codes

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

#abfe32 Text Font Color

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

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


#abfe32 Background Color

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

This div background color is #abfe32


#abfe32 Border Color

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

This div border color is #abfe32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe32

Related Colors


Comments

No comments written yet.

Please login to write comment.