Color Hex Logo

#abf428 Color Hex

#ABF428
(171,244,40)
0 Favorites   0 Comments

Color spaces of #abf428

RGB 17124440
HSL0.230.900.56
HSV81°84°96°
CMYK 0.300.000.84   0.04
XYZ49.528373.512513.5864
Yxy73.51250.36250.5381
Hunter Lab85.7394-46.931650.6224
CIE-Lab88.6916-48.902880.5615

#abf428 color RGB value is (171,244,40).

#abf428 hex color red value is 171, green value is 244 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #abf428 hue: 0.23 , saturation: 0.90 and the lightness value of abf428 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 00101000
Octal 253 364 50
Decimal 171 244 40
Hex AB F4 28

RGB Percentages of Color #abf428

%37.58
%53.63
%8.79

CMYK Percentages of Color #abf428

%30
%0
%84
%4

Triadic Colors of #abf428

#abf428 #28abf4 #f428ab

Analogous Colors of #abf428

#abf428 #45f428 #f4d728

Monochromatic Colors of #abf428

#abf428

Complementary Color

#abf428 #7128f4

#abf428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf428 Color CSS Codes

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

#abf428 Text Font Color

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

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


#abf428 Background Color

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

This div background color is #abf428


#abf428 Border Color

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

This div border color is #abf428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf428


Comments

No comments written yet.

Please login to write comment.