Color Hex Logo

#ffabfe Color Hex

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

Color spaces of #ffabfe

RGB 255171254
HSL0.841.000.84
HSV301°33°100°
CMYK 0.000.330.00   0.00
XYZ73.692357.5416100.9886
Yxy57.54160.31730.2478
Hunter Lab75.856240.6598-25.8344
CIE-Lab80.483343.4607-28.6942

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

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

The process color (four color CMYK) of #ffabfe color hex is 0.00, 0.33, 0.00, 0.00. Web safe color of #ffabfe is #ff99ff. Color #ffabfe contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ffabfe

%37.50
%25.15
%37.35

CMYK Percentages of Color #ffabfe

%0
%33
%0
%0

Triadic Colors of #ffabfe

#ffabfe #feffab #abfeff

Analogous Colors of #ffabfe

#ffabfe #ffabd4 #d6abff

Monochromatic Colors of #ffabfe

#ffabfe

Complementary Color

#ffabfe #abffac

#ffabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabfe Color CSS Codes

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

#ffabfe Text Font Color

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

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


#ffabfe Background Color

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

This div background color is #ffabfe


#ffabfe Border Color

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

This div border color is #ffabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.