Color Hex Logo

#f0abdb Color Hex

#F0ABDB
(240,171,219)
0 Favorites   0 Comments

Color spaces of #f0abdb

RGB 240171219
HSL0.880.700.81
HSV318°29°94°
CMYK 0.000.290.09   0.06
XYZ63.284352.765673.8672
Yxy52.76560.33320.2778
Hunter Lab72.639928.3903-9.4438
CIE-Lab77.736432.5693-14.1214

#f0abdb color RGB value is (240,171,219).

#f0abdb hex color red value is 240, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f0abdb hue: 0.88 , saturation: 0.70 and the lightness value of f0abdb is 0.81.

The process color (four color CMYK) of #f0abdb color hex is 0.00, 0.29, 0.09, 0.06. Web safe color of #f0abdb is #ff99cc. Color #f0abdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101011 11011011
Octal 360 253 333
Decimal 240 171 219
Hex F0 AB DB

RGB Percentages of Color #f0abdb

%38.10
%27.14
%34.76

CMYK Percentages of Color #f0abdb

%0
%29
%9
%6

Triadic Colors of #f0abdb

#f0abdb #dbf0ab #abdbf0

Analogous Colors of #f0abdb

#f0abdb #f0abb9 #e3abf0

Monochromatic Colors of #f0abdb

#f0abdb

Complementary Color

#f0abdb #abf0c0

#f0abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0abdb Color CSS Codes

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

#f0abdb Text Font Color

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

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


#f0abdb Background Color

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

This div background color is #f0abdb


#f0abdb Border Color

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

This div border color is #f0abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0abdb


Comments

No comments written yet.

Please login to write comment.