Color Hex Logo

#abfaff Color Hex

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

Color spaces of #abfaff

RGB 171250255
HSL0.511.000.84
HSV184°33°100°
CMYK 0.330.020.00   0.00
XYZ69.030284.2491107.2312
Yxy84.24910.26500.3234
Hunter Lab91.7873-26.3838-5.0149
CIE-Lab93.5586-22.7968-10.0894

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

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

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

Base Numbers

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

RGB Percentages of Color #abfaff

%25.30
%36.98
%37.72

CMYK Percentages of Color #abfaff

%33
%2
%0
%0

Triadic Colors of #abfaff

#abfaff #ffabfa #faffab

Analogous Colors of #abfaff

#abfaff #abd0ff #abffda

Monochromatic Colors of #abfaff

#abfaff

Complementary Color

#abfaff #ffb0ab

#abfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaff Color CSS Codes

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

#abfaff Text Font Color

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

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


#abfaff Background Color

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

This div background color is #abfaff


#abfaff Border Color

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

This div border color is #abfaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,250,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 #abfaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.