Color Hex Logo

#ffabd7 Color Hex

#FFABD7
(255,171,215)
0 Favorites   0 Comments

Color spaces of #ffabd7

RGB 255171215
HSL0.911.000.84
HSV329°33°100°
CMYK 0.000.330.16   0.00
XYZ68.068755.292171.3748
Yxy55.29210.34950.2839
Hunter Lab74.358733.2731-4.8598
CIE-Lab79.209236.9574-9.5829

#ffabd7 color RGB value is (255,171,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11010111
Octal 377 253 327
Decimal 255 171 215
Hex FF AB D7

RGB Percentages of Color #ffabd7

%39.78
%26.68
%33.54

CMYK Percentages of Color #ffabd7

%0
%33
%16
%0

Triadic Colors of #ffabd7

#ffabd7 #d7ffab #abd7ff

Analogous Colors of #ffabd7

#ffabd7 #ffabad #fdabff

Monochromatic Colors of #ffabd7

#ffabd7

Complementary Color

#ffabd7 #abffd3

#ffabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabd7 Color CSS Codes

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

#ffabd7 Text Font Color

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

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


#ffabd7 Background Color

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

This div background color is #ffabd7


#ffabd7 Border Color

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

This div border color is #ffabd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabd7


Comments

No comments written yet.

Please login to write comment.