Color Hex Logo

#abe0fb Color Hex

#ABE0FB
(171,224,251)
0 Favorites   0 Comments

Color spaces of #abe0fb

RGB 171224251
HSL0.560.910.83
HSV200°32°98°
CMYK 0.320.110.00   0.02
XYZ60.862868.9343101.3646
Yxy68.93430.26330.2982
Hunter Lab83.0267-14.4471-14.2666
CIE-Lab86.4715-10.7233-18.6114

#abe0fb color RGB value is (171,224,251).

#abe0fb hex color red value is 171, green value is 224 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abe0fb hue: 0.56 , saturation: 0.91 and the lightness value of abe0fb is 0.83.

The process color (four color CMYK) of #abe0fb color hex is 0.32, 0.11, 0.00, 0.02. Web safe color of #abe0fb is #99ccff. Color #abe0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 11111011
Octal 253 340 373
Decimal 171 224 251
Hex AB E0 FB

RGB Percentages of Color #abe0fb

%26.47
%34.67
%38.85

CMYK Percentages of Color #abe0fb

%32
%11
%0
%2

Triadic Colors of #abe0fb

#abe0fb #fbabe0 #e0fbab

Analogous Colors of #abe0fb

#abe0fb #abb8fb #abfbee

Monochromatic Colors of #abe0fb

#abe0fb

Complementary Color

#abe0fb #fbc6ab

#abe0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe0fb Color CSS Codes

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

#abe0fb Text Font Color

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

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


#abe0fb Background Color

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

This div background color is #abe0fb


#abe0fb Border Color

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

This div border color is #abe0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe0fb


Comments

No comments written yet.

Please login to write comment.