Color Hex Logo

#abfffa Color Hex

#ABFFFA
(171,255,250)
0 Favorites   0 Comments

Color spaces of #abfffa

RGB 171255250
HSL0.491.000.84
HSV176°33°100°
CMYK 0.330.000.02   0.00
XYZ69.809987.0801103.5712
Yxy87.08010.26800.3343
Hunter Lab93.3167-29.7691-0.4836
CIE-Lab94.7722-26.3423-5.7067

#abfffa color RGB value is (171,255,250).

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

The process color (four color CMYK) of #abfffa color hex is 0.33, 0.00, 0.02, 0.00. Web safe color of #abfffa is #99ffff. Color #abfffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11111010
Octal 253 377 372
Decimal 171 255 250
Hex AB FF FA

RGB Percentages of Color #abfffa

%25.30
%37.72
%36.98

CMYK Percentages of Color #abfffa

%33
%0
%2
%0

Triadic Colors of #abfffa

#abfffa #faabff #fffaab

Analogous Colors of #abfffa

#abfffa #abdaff #abffd0

Monochromatic Colors of #abfffa

#abfffa

Complementary Color

#abfffa #ffabb0

#abfffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfffa Color CSS Codes

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

#abfffa Text Font Color

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

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


#abfffa Background Color

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

This div background color is #abfffa


#abfffa Border Color

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

This div border color is #abfffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfffa

Related Colors

#abfffa Color Palettes


Comments

No comments written yet.

Please login to write comment.