Color Hex Logo

#abfaf8 Color Hex

#ABFAF8
(171,250,248)
0 Favorites   0 Comments

Color spaces of #abfaf8

RGB 171250248
HSL0.500.890.83
HSV178°32°98°
CMYK 0.320.000.01   0.02
XYZ67.923583.8065101.4033
Yxy83.80650.26830.3311
Hunter Lab91.5459-27.7652-1.5921
CIE-Lab93.3664-24.3832-6.7485

#abfaf8 color RGB value is (171,250,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11111000
Octal 253 372 370
Decimal 171 250 248
Hex AB FA F8

RGB Percentages of Color #abfaf8

%25.56
%37.37
%37.07

CMYK Percentages of Color #abfaf8

%32
%0
%1
%2

Triadic Colors of #abfaf8

#abfaf8 #f8abfa #faf8ab

Analogous Colors of #abfaf8

#abfaf8 #abd5fa #abfad1

Monochromatic Colors of #abfaf8

#abfaf8

Complementary Color

#abfaf8 #faabad

#abfaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaf8 Color CSS Codes

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

#abfaf8 Text Font Color

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

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


#abfaf8 Background Color

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

This div background color is #abfaf8


#abfaf8 Border Color

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

This div border color is #abfaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.