color codes Logo

#abfa2d color codes

#ABFA2D
(171,250,45)
0 Favorites   0 Comments

Color spaces of #abfa2d

RGB 17125045
HSL0.230.950.58
HSV83°82°98°
CMYK 0.320.000.82   0.02
XYZ51.453877.218614.6754
Yxy77.21860.35890.5387
Hunter Lab87.8741-49.260851.6102
CIE-Lab90.4221-51.214280.9433

#abfa2d color RGB value is (171,250,45).

#abfa2d hex color red value is 171, green value is 250 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #abfa2d hue: 0.23 , saturation: 0.95 and the lightness value of abfa2d is 0.58.

The process color (four color CMYK) of #abfa2d color code is 0.32, 0.00, 0.82, 0.02. Web safe color of #abfa2d is #99ff33. Color #abfa2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 00101101
Octal 253 372 55
Decimal 171 250 45
Hex AB FA 2D

RGB Percentages of Color #abfa2d

%36.70
%53.65
%9.66

CMYK Percentages of Color #abfa2d

%32
%0
%82
%2

Triadic Colors of #abfa2d

#abfa2d #2dabfa #fa2dab

Analogous Colors of #abfa2d

#abfa2d #45fa2d #fae32d

Monochromatic Colors of #abfa2d

#abfa2d

Complementary Color

#abfa2d #7c2dfa

#abfa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa2d Color CSS Codes

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

#abfa2d Text Font Color

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

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


#abfa2d Background Color

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

This div background color is #abfa2d


#abfa2d Border Color

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

This div border color is #abfa2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa2d


Comments

No comments written yet.

Please login to write comment.