Color Hex Logo

#abf521 Color Hex

#ABF521
(171,245,33)
0 Favorites   0 Comments

Color spaces of #abf521

RGB 17124533
HSL0.220.910.55
HSV81°87°96°
CMYK 0.300.000.87   0.04
XYZ49.721574.072513.1157
Yxy74.07250.36320.5410
Hunter Lab86.0654-47.491851.2104
CIE-Lab88.9567-49.523282.1864

#abf521 color RGB value is (171,245,33).

#abf521 hex color red value is 171, green value is 245 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #abf521 hue: 0.22 , saturation: 0.91 and the lightness value of abf521 is 0.55.

The process color (four color CMYK) of #abf521 color hex is 0.30, 0.00, 0.87, 0.04. Web safe color of #abf521 is #99ff33. Color #abf521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00100001
Octal 253 365 41
Decimal 171 245 33
Hex AB F5 21

RGB Percentages of Color #abf521

%38.08
%54.57
%7.35

CMYK Percentages of Color #abf521

%30
%0
%87
%4

Triadic Colors of #abf521

#abf521 #21abf5 #f521ab

Analogous Colors of #abf521

#abf521 #41f521 #f5d521

Monochromatic Colors of #abf521

#abf521

Complementary Color

#abf521 #6b21f5

#abf521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf521 Color CSS Codes

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

#abf521 Text Font Color

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

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


#abf521 Background Color

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

This div background color is #abf521


#abf521 Border Color

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

This div border color is #abf521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf521


Comments

No comments written yet.

Please login to write comment.