Color Hex Logo

#abe1fe Color Hex

#ABE1FE
(171,225,254)
0 Favorites   0 Comments

Color spaces of #abe1fe

RGB 171225254
HSL0.560.980.83
HSV201°33°100°
CMYK 0.330.110.00   0.00
XYZ61.609269.6641103.9653
Yxy69.66410.26190.2961
Hunter Lab83.4650-14.3051-15.4270
CIE-Lab86.8319-10.5220-19.6462

#abe1fe color RGB value is (171,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 11111110
Octal 253 341 376
Decimal 171 225 254
Hex AB E1 FE

RGB Percentages of Color #abe1fe

%26.31
%34.62
%39.08

CMYK Percentages of Color #abe1fe

%33
%11
%0
%0

Triadic Colors of #abe1fe

#abe1fe #feabe1 #e1feab

Analogous Colors of #abe1fe

#abe1fe #abb8fe #abfef2

Monochromatic Colors of #abe1fe

#abe1fe

Complementary Color

#abe1fe #fec8ab

#abe1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1fe Color CSS Codes

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

#abe1fe Text Font Color

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

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


#abe1fe Background Color

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

This div background color is #abe1fe


#abe1fe Border Color

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

This div border color is #abe1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.