Color Hex Logo

#abe5fa Color Hex

#ABE5FA
(171,229,250)
0 Favorites   0 Comments

Color spaces of #abe5fa

RGB 171229250
HSL0.540.890.83
HSV196°32°98°
CMYK 0.320.080.00   0.02
XYZ62.069271.5987100.9910
Yxy71.59870.26450.3051
Hunter Lab84.6160-17.1412-11.5327
CIE-Lab87.7751-13.5133-16.1237

#abe5fa color RGB value is (171,229,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 11111010
Octal 253 345 372
Decimal 171 229 250
Hex AB E5 FA

RGB Percentages of Color #abe5fa

%26.31
%35.23
%38.46

CMYK Percentages of Color #abe5fa

%32
%8
%0
%2

Triadic Colors of #abe5fa

#abe5fa #faabe5 #e5faab

Analogous Colors of #abe5fa

#abe5fa #abbefa #abfae8

Monochromatic Colors of #abe5fa

#abe5fa

Complementary Color

#abe5fa #fac0ab

#abe5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5fa Color CSS Codes

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

#abe5fa Text Font Color

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

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


#abe5fa Background Color

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

This div background color is #abe5fa


#abe5fa Border Color

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

This div border color is #abe5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5fa


Comments

No comments written yet.

Please login to write comment.