Color Hex Logo

#abfd9b Color Hex

#ABFD9B
(171,253,155)
0 Favorites   0 Comments

Color spaces of #abfd9b

RGB 171253155
HSL0.310.960.80
HSV110°39°99°
CMYK 0.320.000.39   0.01
XYZ57.836381.275043.6497
Yxy81.27500.31650.4447
Hunter Lab90.1526-43.252734.4001
CIE-Lab92.2539-42.912839.1747

#abfd9b color RGB value is (171,253,155).

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

The process color (four color CMYK) of #abfd9b color hex is 0.32, 0.00, 0.39, 0.01. Web safe color of #abfd9b is #99ff99. Color #abfd9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10011011
Octal 253 375 233
Decimal 171 253 155
Hex AB FD 9B

RGB Percentages of Color #abfd9b

%29.53
%43.70
%26.77

CMYK Percentages of Color #abfd9b

%32
%0
%39
%1

Triadic Colors of #abfd9b

#abfd9b #9babfd #fd9bab

Analogous Colors of #abfd9b

#abfd9b #9bfdbc #dcfd9b

Monochromatic Colors of #abfd9b

#abfd9b

Complementary Color

#abfd9b #ed9bfd

#abfd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd9b Color CSS Codes

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

#abfd9b Text Font Color

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

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


#abfd9b Background Color

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

This div background color is #abfd9b


#abfd9b Border Color

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

This div border color is #abfd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd9b


Comments

No comments written yet.

Please login to write comment.