Color Hex Logo

#abfaf0 Color Hex

#ABFAF0
(171,250,240)
0 Favorites   0 Comments

Color spaces of #abfaf0

RGB 171250240
HSL0.480.890.83
HSV172°32°98°
CMYK 0.320.000.04   0.02
XYZ66.708483.320495.0046
Yxy83.32040.27220.3400
Hunter Lab91.2800-29.29032.1867
CIE-Lab93.1545-26.1517-2.9161

#abfaf0 color RGB value is (171,250,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11110000
Octal 253 372 360
Decimal 171 250 240
Hex AB FA F0

RGB Percentages of Color #abfaf0

%25.87
%37.82
%36.31

CMYK Percentages of Color #abfaf0

%32
%0
%4
%2

Triadic Colors of #abfaf0

#abfaf0 #f0abfa #faf0ab

Analogous Colors of #abfaf0

#abfaf0 #abddfa #abfac9

Monochromatic Colors of #abfaf0

#abfaf0

Complementary Color

#abfaf0 #faabb5

#abfaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfaf0 Color CSS Codes

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

#abfaf0 Text Font Color

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

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


#abfaf0 Background Color

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

This div background color is #abfaf0


#abfaf0 Border Color

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

This div border color is #abfaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfaf0


Comments

No comments written yet.

Please login to write comment.