Color Hex Logo

#abfb90 Color Hex

#ABFB90
(171,251,144)
0 Favorites   0 Comments

Color spaces of #abfb90

RGB 171251144
HSL0.290.930.77
HSV105°43°98°
CMYK 0.320.000.43   0.02
XYZ56.325879.665938.7939
Yxy79.66590.32230.4558
Hunter Lab89.2558-43.553236.7094
CIE-Lab91.5347-43.534043.6195

#abfb90 color RGB value is (171,251,144).

#abfb90 hex color red value is 171, green value is 251 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #abfb90 hue: 0.29 , saturation: 0.93 and the lightness value of abfb90 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 10010000
Octal 253 373 220
Decimal 171 251 144
Hex AB FB 90

RGB Percentages of Color #abfb90

%30.21
%44.35
%25.44

CMYK Percentages of Color #abfb90

%32
%0
%43
%2

Triadic Colors of #abfb90

#abfb90 #90abfb #fb90ab

Analogous Colors of #abfb90

#abfb90 #90fbab #e1fb90

Monochromatic Colors of #abfb90

#abfb90

Complementary Color

#abfb90 #e090fb

#abfb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb90 Color CSS Codes

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

#abfb90 Text Font Color

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

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


#abfb90 Background Color

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

This div background color is #abfb90


#abfb90 Border Color

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

This div border color is #abfb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb90


Comments

No comments written yet.

Please login to write comment.