Color Hex Logo

#abfb82 Color Hex

#ABFB82
(171,251,130)
0 Favorites   0 Comments

Color spaces of #abfb82

RGB 171251130
HSL0.280.940.75
HSV100°48°98°
CMYK 0.320.000.48   0.02
XYZ55.321079.264033.5029
Yxy79.26400.32910.4716
Hunter Lab89.0303-44.888140.0099
CIE-Lab91.3536-45.265650.0706

#abfb82 color RGB value is (171,251,130).

#abfb82 hex color red value is 171, green value is 251 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #abfb82 hue: 0.28 , saturation: 0.94 and the lightness value of abfb82 is 0.75.

The process color (four color CMYK) of #abfb82 color hex is 0.32, 0.00, 0.48, 0.02. Web safe color of #abfb82 is #99ff99. Color #abfb82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 10000010
Octal 253 373 202
Decimal 171 251 130
Hex AB FB 82

RGB Percentages of Color #abfb82

%30.98
%45.47
%23.55

CMYK Percentages of Color #abfb82

%32
%0
%48
%2

Triadic Colors of #abfb82

#abfb82 #82abfb #fb82ab

Analogous Colors of #abfb82

#abfb82 #82fb96 #e8fb82

Monochromatic Colors of #abfb82

#abfb82

Complementary Color

#abfb82 #d282fb

#abfb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb82 Color CSS Codes

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

#abfb82 Text Font Color

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

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


#abfb82 Background Color

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

This div background color is #abfb82


#abfb82 Border Color

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

This div border color is #abfb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb82


Comments

No comments written yet.

Please login to write comment.