Color Hex Logo

#abeffe Color Hex

#ABEFFE
(171,239,254)
0 Favorites   0 Comments

Color spaces of #abeffe

RGB 171239254
HSL0.530.980.83
HSV191°33°100°
CMYK 0.330.060.00   0.00
XYZ65.550577.5467105.2791
Yxy77.54670.26390.3122
Hunter Lab88.0606-21.2343-9.2406
CIE-Lab90.5726-17.6088-14.0227

#abeffe color RGB value is (171,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11111110
Octal 253 357 376
Decimal 171 239 254
Hex AB EF FE

RGB Percentages of Color #abeffe

%25.75
%35.99
%38.25

CMYK Percentages of Color #abeffe

%33
%6
%0
%0

Triadic Colors of #abeffe

#abeffe #feabef #effeab

Analogous Colors of #abeffe

#abeffe #abc6fe #abfee4

Monochromatic Colors of #abeffe

#abeffe

Complementary Color

#abeffe #febaab

#abeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeffe Color CSS Codes

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

#abeffe Text Font Color

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

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


#abeffe Background Color

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

This div background color is #abeffe


#abeffe Border Color

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

This div border color is #abeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.