Color Hex Logo

#ffabf5 Color Hex

#FFABF5
(255,171,245)
0 Favorites   0 Comments

Color spaces of #ffabf5

RGB 255171245
HSL0.851.000.84
HSV307°33°100°
CMYK 0.000.330.04   0.00
XYZ72.284356.978493.5743
Yxy56.97840.32440.2557
Hunter Lab75.484038.8364-20.6604
CIE-Lab80.167441.8777-24.3437

#ffabf5 color RGB value is (255,171,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11110101
Octal 377 253 365
Decimal 255 171 245
Hex FF AB F5

RGB Percentages of Color #ffabf5

%38.00
%25.48
%36.51

CMYK Percentages of Color #ffabf5

%0
%33
%4
%0

Triadic Colors of #ffabf5

#ffabf5 #f5ffab #abf5ff

Analogous Colors of #ffabf5

#ffabf5 #ffabcb #dfabff

Monochromatic Colors of #ffabf5

#ffabf5

Complementary Color

#ffabf5 #abffb5

#ffabf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabf5 Color CSS Codes

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

#ffabf5 Text Font Color

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

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


#ffabf5 Background Color

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

This div background color is #ffabf5


#ffabf5 Border Color

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

This div border color is #ffabf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabf5

Related Colors


Comments

No comments written yet.

Please login to write comment.