Color Hex Logo

#abffb4 Color Hex

#ABFFB4
(171,255,180)
0 Favorites   0 Comments

Color spaces of #abffb4

RGB 171255180
HSL0.351.000.84
HSV126°33°100°
CMYK 0.330.000.29   0.00
XYZ60.792883.473256.0878
Yxy83.47320.30340.4166
Hunter Lab91.3637-41.113727.5567
CIE-Lab93.2212-39.982227.9881

#abffb4 color RGB value is (171,255,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10110100
Octal 253 377 264
Decimal 171 255 180
Hex AB FF B4

RGB Percentages of Color #abffb4

%28.22
%42.08
%29.70

CMYK Percentages of Color #abffb4

%33
%0
%29
%0

Triadic Colors of #abffb4

#abffb4 #b4abff #ffb4ab

Analogous Colors of #abffb4

#abffb4 #abffde #ccffab

Monochromatic Colors of #abffb4

#abffb4

Complementary Color

#abffb4 #ffabf6

#abffb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffb4 Color CSS Codes

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

#abffb4 Text Font Color

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

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


#abffb4 Background Color

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

This div background color is #abffb4


#abffb4 Border Color

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

This div border color is #abffb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffb4


Comments

No comments written yet.

Please login to write comment.