Color Hex Logo

#abfa9b Color Hex

#ABFA9B
(171,250,155)
0 Favorites   0 Comments

Color spaces of #abfa9b

RGB 171250155
HSL0.310.900.79
HSV110°38°98°
CMYK 0.320.000.38   0.02
XYZ56.896679.395743.3365
Yxy79.39570.31670.4420
Hunter Lab89.1043-41.953133.5369
CIE-Lab91.4130-41.595538.0784

#abfa9b color RGB value is (171,250,155).

#abfa9b hex color red value is 171, green value is 250 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abfa9b hue: 0.31 , saturation: 0.90 and the lightness value of abfa9b is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 10011011
Octal 253 372 233
Decimal 171 250 155
Hex AB FA 9B

RGB Percentages of Color #abfa9b

%29.69
%43.40
%26.91

CMYK Percentages of Color #abfa9b

%32
%0
%38
%2

Triadic Colors of #abfa9b

#abfa9b #9babfa #fa9bab

Analogous Colors of #abfa9b

#abfa9b #9bfabb #dbfa9b

Monochromatic Colors of #abfa9b

#abfa9b

Complementary Color

#abfa9b #ea9bfa

#abfa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa9b Color CSS Codes

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

#abfa9b Text Font Color

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

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


#abfa9b Background Color

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

This div background color is #abfa9b


#abfa9b Border Color

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

This div border color is #abfa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa9b


Comments

No comments written yet.

Please login to write comment.