Color Hex Logo

#abf92d Color Hex

#ABF92D
(171,249,45)
0 Favorites   0 Comments

Color spaces of #abf92d

RGB 17124945
HSL0.230.940.58
HSV83°82°98°
CMYK 0.310.000.82   0.02
XYZ51.143976.598814.5721
Yxy76.59880.35940.5382
Hunter Lab87.5207-48.852551.3928
CIE-Lab90.1366-50.803380.6922

#abf92d color RGB value is (171,249,45).

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

The process color (four color CMYK) of #abf92d color hex is 0.31, 0.00, 0.82, 0.02. Web safe color of #abf92d is #99ff33. Color #abf92d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 00101101
Octal 253 371 55
Decimal 171 249 45
Hex AB F9 2D

RGB Percentages of Color #abf92d

%36.77
%53.55
%9.68

CMYK Percentages of Color #abf92d

%31
%0
%82
%2

Triadic Colors of #abf92d

#abf92d #2dabf9 #f92dab

Analogous Colors of #abf92d

#abf92d #45f92d #f9e12d

Monochromatic Colors of #abf92d

#abf92d

Complementary Color

#abf92d #7b2df9

#abf92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf92d Color CSS Codes

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

#abf92d Text Font Color

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

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


#abf92d Background Color

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

This div background color is #abf92d


#abf92d Border Color

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

This div border color is #abf92d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,249,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 #abf92d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf92d


Comments

No comments written yet.

Please login to write comment.