Color Hex Logo

#abfffe Color Hex

#ABFFFE
(171,255,254)
0 Favorites   0 Comments

Color spaces of #abfffe

RGB 171255254
HSL0.501.000.84
HSV179°33°100°
CMYK 0.330.000.00   0.00
XYZ70.444087.3337106.9102
Yxy87.33370.26610.3299
Hunter Lab93.4525-28.9895-2.4114
CIE-Lab94.8797-25.4436-7.6129

#abfffe color RGB value is (171,255,254).

#abfffe hex color red value is 171, green value is 255 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abfffe hue: 0.50 , saturation: 1.00 and the lightness value of abfffe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11111110
Octal 253 377 376
Decimal 171 255 254
Hex AB FF FE

RGB Percentages of Color #abfffe

%25.15
%37.50
%37.35

CMYK Percentages of Color #abfffe

%33
%0
%0
%0

Triadic Colors of #abfffe

#abfffe #feabff #fffeab

Analogous Colors of #abfffe

#abfffe #abd6ff #abffd4

Monochromatic Colors of #abfffe

#abfffe

Complementary Color

#abfffe #ffabac

#abfffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfffe Color CSS Codes

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

#abfffe Text Font Color

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

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


#abfffe Background Color

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

This div background color is #abfffe


#abfffe Border Color

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

This div border color is #abfffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfffe

Related Colors


Comments

No comments written yet.

Please login to write comment.