Color Hex Logo

#abfaf6 Color Hex

#ABFAF6
(171,250,246)
0 Favorites   0 Comments

Color spaces of #abfaf6

RGB 171250246
HSL0.490.890.83
HSV177°32°98°
CMYK 0.320.000.02   0.02
XYZ67.614783.683099.7775
Yxy83.68300.26930.3333
Hunter Lab91.4784-28.1520-0.6340
CIE-Lab93.3126-24.8300-5.7918

#abfaf6 color RGB value is (171,250,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11110110
Octal 253 372 366
Decimal 171 250 246
Hex AB FA F6

RGB Percentages of Color #abfaf6

%25.64
%37.48
%36.88

CMYK Percentages of Color #abfaf6

%32
%0
%2
%2

Triadic Colors of #abfaf6

#abfaf6 #f6abfa #faf6ab

Analogous Colors of #abfaf6

#abfaf6 #abd7fa #abfacf

Monochromatic Colors of #abfaf6

#abfaf6

Complementary Color

#abfaf6 #faabaf

#abfaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaf6 Color CSS Codes

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

#abfaf6 Text Font Color

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

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


#abfaf6 Background Color

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

This div background color is #abfaf6


#abfaf6 Border Color

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

This div border color is #abfaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaf6


Comments

No comments written yet.

Please login to write comment.