Color Hex Logo

#ffabd6 Color Hex

#FFABD6
(255,171,214)
0 Favorites   0 Comments

Color spaces of #ffabd6

RGB 255171214
HSL0.911.000.84
HSV329°33°100°
CMYK 0.000.330.16   0.00
XYZ67.940555.240970.7000
Yxy55.24090.35040.2849
Hunter Lab74.324233.1012-4.3719
CIE-Lab79.179836.8031-9.0843

#ffabd6 color RGB value is (255,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11010110
Octal 377 253 326
Decimal 255 171 214
Hex FF AB D6

RGB Percentages of Color #ffabd6

%39.84
%26.72
%33.44

CMYK Percentages of Color #ffabd6

%0
%33
%16
%0

Triadic Colors of #ffabd6

#ffabd6 #d6ffab #abd6ff

Analogous Colors of #ffabd6

#ffabd6 #ffabac #feabff

Monochromatic Colors of #ffabd6

#ffabd6

Complementary Color

#ffabd6 #abffd4

#ffabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabd6 Color CSS Codes

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

#ffabd6 Text Font Color

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

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


#ffabd6 Background Color

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

This div background color is #ffabd6


#ffabd6 Border Color

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

This div border color is #ffabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabd6

Related Colors

#ffabd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.