Color Hex Logo

#abfaf1 Color Hex

#ABFAF1
(171,250,241)
0 Favorites   0 Comments

Color spaces of #abfaf1

RGB 171250241
HSL0.480.890.83
HSV173°32°98°
CMYK 0.320.000.04   0.02
XYZ66.857483.380095.7893
Yxy83.38000.27170.3389
Hunter Lab91.3126-29.10281.7221
CIE-Lab93.1806-25.9332-3.3960

#abfaf1 color RGB value is (171,250,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11110001
Octal 253 372 361
Decimal 171 250 241
Hex AB FA F1

RGB Percentages of Color #abfaf1

%25.83
%37.76
%36.40

CMYK Percentages of Color #abfaf1

%32
%0
%4
%2

Triadic Colors of #abfaf1

#abfaf1 #f1abfa #faf1ab

Analogous Colors of #abfaf1

#abfaf1 #abdcfa #abfaca

Monochromatic Colors of #abfaf1

#abfaf1

Complementary Color

#abfaf1 #faabb4

#abfaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaf1 Color CSS Codes

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

#abfaf1 Text Font Color

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

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


#abfaf1 Background Color

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

This div background color is #abfaf1


#abfaf1 Border Color

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

This div border color is #abfaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaf1

Related Colors


Comments

No comments written yet.

Please login to write comment.