Color Hex Logo

#abf7ff Color Hex

#ABF7FF
(171,247,255)
0 Favorites   0 Comments

Color spaces of #abf7ff

RGB 171247255
HSL0.521.000.84
HSV186°33°100°
CMYK 0.330.030.00   0.00
XYZ68.105482.3995106.9229
Yxy82.39950.26460.3201
Hunter Lab90.7742-24.9311-6.2958
CIE-Lab92.7509-21.3315-11.2911

#abf7ff color RGB value is (171,247,255).

#abf7ff hex color red value is 171, green value is 247 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abf7ff hue: 0.52 , saturation: 1.00 and the lightness value of abf7ff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 11111111
Octal 253 367 377
Decimal 171 247 255
Hex AB F7 FF

RGB Percentages of Color #abf7ff

%25.41
%36.70
%37.89

CMYK Percentages of Color #abf7ff

%33
%3
%0
%0

Triadic Colors of #abf7ff

#abf7ff #ffabf7 #f7ffab

Analogous Colors of #abf7ff

#abf7ff #abcdff #abffdd

Monochromatic Colors of #abf7ff

#abf7ff

Complementary Color

#abf7ff #ffb3ab

#abf7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf7ff Color CSS Codes

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

#abf7ff Text Font Color

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

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


#abf7ff Background Color

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

This div background color is #abf7ff


#abf7ff Border Color

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

This div border color is #abf7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf7ff

Related Colors

#abf7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.