Color Hex Logo

#abfafe Color Hex

#ABFAFE
(171,250,254)
0 Favorites   0 Comments

Color spaces of #abfafe

RGB 171250254
HSL0.510.980.83
HSV183°33°100°
CMYK 0.330.020.00   0.00
XYZ68.869684.1849106.3854
Yxy84.18490.26550.3245
Hunter Lab91.7523-26.5839-4.5192
CIE-Lab93.5307-23.0256-9.6128

#abfafe color RGB value is (171,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11111110
Octal 253 372 376
Decimal 171 250 254
Hex AB FA FE

RGB Percentages of Color #abfafe

%25.33
%37.04
%37.63

CMYK Percentages of Color #abfafe

%33
%2
%0
%0

Triadic Colors of #abfafe

#abfafe #feabfa #fafeab

Analogous Colors of #abfafe

#abfafe #abd1fe #abfed9

Monochromatic Colors of #abfafe

#abfafe

Complementary Color

#abfafe #feafab

#abfafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfafe Color CSS Codes

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

#abfafe Text Font Color

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

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


#abfafe Background Color

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

This div background color is #abfafe


#abfafe Border Color

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

This div border color is #abfafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfafe

Related Colors


Comments

No comments written yet.

Please login to write comment.