Color Hex Logo

#abfafb Color Hex

#ABFAFB
(171,250,251)
0 Favorites   0 Comments

Color spaces of #abfafb

RGB 171250251
HSL0.500.910.83
HSV181°32°98°
CMYK 0.320.000.00   0.02
XYZ68.392883.9942103.8746
Yxy83.99420.26690.3278
Hunter Lab91.6483-27.1786-3.0457
CIE-Lab93.4480-23.7077-8.1818

#abfafb color RGB value is (171,250,251).

#abfafb hex color red value is 171, green value is 250 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abfafb hue: 0.50 , saturation: 0.91 and the lightness value of abfafb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11111011
Octal 253 372 373
Decimal 171 250 251
Hex AB FA FB

RGB Percentages of Color #abfafb

%25.45
%37.20
%37.35

CMYK Percentages of Color #abfafb

%32
%0
%0
%2

Triadic Colors of #abfafb

#abfafb #fbabfa #fafbab

Analogous Colors of #abfafb

#abfafb #abd2fb #abfbd4

Monochromatic Colors of #abfafb

#abfafb

Complementary Color

#abfafb #fbacab

#abfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfafb Color CSS Codes

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

#abfafb Text Font Color

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

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


#abfafb Background Color

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

This div background color is #abfafb


#abfafb Border Color

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

This div border color is #abfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfafb

Related Colors


Comments

No comments written yet.

Please login to write comment.