Color Hex Logo

#abffb5 Color Hex

#ABFFB5
(171,255,181)
0 Favorites   0 Comments

Color spaces of #abffb5

RGB 171255181
HSL0.351.000.84
HSV127°33°100°
CMYK 0.330.000.29   0.00
XYZ60.895183.514156.6264
Yxy83.51410.30290.4154
Hunter Lab91.3860-40.982127.2318
CIE-Lab93.2391-39.817627.5073

#abffb5 color RGB value is (171,255,181).

#abffb5 hex color red value is 171, green value is 255 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #abffb5 hue: 0.35 , saturation: 1.00 and the lightness value of abffb5 is 0.84.

The process color (four color CMYK) of #abffb5 color hex is 0.33, 0.00, 0.29, 0.00. Web safe color of #abffb5 is #99ffcc. Color #abffb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10110101
Octal 253 377 265
Decimal 171 255 181
Hex AB FF B5

RGB Percentages of Color #abffb5

%28.17
%42.01
%29.82

CMYK Percentages of Color #abffb5

%33
%0
%29
%0

Triadic Colors of #abffb5

#abffb5 #b5abff #ffb5ab

Analogous Colors of #abffb5

#abffb5 #abffdf #cbffab

Monochromatic Colors of #abffb5

#abffb5

Complementary Color

#abffb5 #ffabf5

#abffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffb5 Color CSS Codes

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

#abffb5 Text Font Color

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

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


#abffb5 Background Color

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

This div background color is #abffb5


#abffb5 Border Color

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

This div border color is #abffb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffb5

Related Colors


Comments

No comments written yet.

Please login to write comment.