Color Hex Logo

#abfbff Color Hex

#ABFBFF
(171,251,255)
0 Favorites   0 Comments

Color spaces of #abfbff

RGB 171251255
HSL0.511.000.84
HSV183°33°100°
CMYK 0.330.020.00   0.00
XYZ69.341884.8723107.3350
Yxy84.87230.26510.3245
Hunter Lab92.1262-26.8669-4.5897
CIE-Lab93.8281-23.2831-9.6889

#abfbff color RGB value is (171,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11111111
Octal 253 373 377
Decimal 171 251 255
Hex AB FB FF

RGB Percentages of Color #abfbff

%25.26
%37.08
%37.67

CMYK Percentages of Color #abfbff

%33
%2
%0
%0

Triadic Colors of #abfbff

#abfbff #ffabfb #fbffab

Analogous Colors of #abfbff

#abfbff #abd1ff #abffd9

Monochromatic Colors of #abfbff

#abfbff

Complementary Color

#abfbff #ffafab

#abfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbff Color CSS Codes

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

#abfbff Text Font Color

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

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


#abfbff Background Color

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

This div background color is #abfbff


#abfbff Border Color

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

This div border color is #abfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbff

Related Colors

#abfbff Color Palettes


Comments

No comments written yet.

Please login to write comment.