Color Hex Logo

#ffabf6 Color Hex

#FFABF6
(255,171,246)
0 Favorites   0 Comments

Color spaces of #ffabf6

RGB 255171246
HSL0.851.000.84
HSV306°33°100°
CMYK 0.000.330.04   0.00
XYZ72.437557.039694.3807
Yxy57.03960.32360.2548
Hunter Lab75.524639.0358-21.2257
CIE-Lab80.201942.0515-24.8290

#ffabf6 color RGB value is (255,171,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11110110
Octal 377 253 366
Decimal 255 171 246
Hex FF AB F6

RGB Percentages of Color #ffabf6

%37.95
%25.45
%36.61

CMYK Percentages of Color #ffabf6

%0
%33
%4
%0

Triadic Colors of #ffabf6

#ffabf6 #f6ffab #abf6ff

Analogous Colors of #ffabf6

#ffabf6 #ffabcc #deabff

Monochromatic Colors of #ffabf6

#ffabf6

Complementary Color

#ffabf6 #abffb4

#ffabf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabf6 Color CSS Codes

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

#ffabf6 Text Font Color

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

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


#ffabf6 Background Color

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

This div background color is #ffabf6


#ffabf6 Border Color

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

This div border color is #ffabf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabf6

#ffabf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.