Color Hex Logo

#abeafe Color Hex

#ABEAFE
(171,234,254)
0 Favorites   0 Comments

Color spaces of #abeafe

RGB 171234254
HSL0.540.980.83
HSV194°33°100°
CMYK 0.330.080.00   0.00
XYZ64.106874.6593104.7978
Yxy74.65930.26320.3065
Hunter Lab86.4056-18.7756-11.4265
CIE-Lab89.2332-15.1024-16.0303

#abeafe color RGB value is (171,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11111110
Octal 253 352 376
Decimal 171 234 254
Hex AB EA FE

RGB Percentages of Color #abeafe

%25.95
%35.51
%38.54

CMYK Percentages of Color #abeafe

%33
%8
%0
%0

Triadic Colors of #abeafe

#abeafe #feabea #eafeab

Analogous Colors of #abeafe

#abeafe #abc1fe #abfee9

Monochromatic Colors of #abeafe

#abeafe

Complementary Color

#abeafe #febfab

#abeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeafe Color CSS Codes

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

#abeafe Text Font Color

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

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


#abeafe Background Color

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

This div background color is #abeafe


#abeafe Border Color

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

This div border color is #abeafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,234,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 #abeafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.