Color Hex Logo

#abffaf Color Hex

#ABFFAF
(171,255,175)
0 Favorites   0 Comments

Color spaces of #abffaf

RGB 171255175
HSL0.341.000.84
HSV123°33°100°
CMYK 0.330.000.31   0.00
XYZ60.292483.273153.4530
Yxy83.27310.30600.4227
Hunter Lab91.2541-41.758129.1482
CIE-Lab93.1339-40.791030.3884

#abffaf color RGB value is (171,255,175).

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

The process color (four color CMYK) of #abffaf color hex is 0.33, 0.00, 0.31, 0.00. Web safe color of #abffaf is #99ff99. Color #abffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10101111
Octal 253 377 257
Decimal 171 255 175
Hex AB FF AF

RGB Percentages of Color #abffaf

%28.45
%42.43
%29.12

CMYK Percentages of Color #abffaf

%33
%0
%31
%0

Triadic Colors of #abffaf

#abffaf #afabff #ffafab

Analogous Colors of #abffaf

#abffaf #abffd9 #d1ffab

Monochromatic Colors of #abffaf

#abffaf

Complementary Color

#abffaf #ffabfb

#abffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffaf Color CSS Codes

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

#abffaf Text Font Color

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

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


#abffaf Background Color

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

This div background color is #abffaf


#abffaf Border Color

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

This div border color is #abffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.