Color Hex Logo

#f9acdb Color Hex

#F9ACDB
(249,172,219)
0 Favorites   0 Comments

Color spaces of #f9acdb

RGB 249172219
HSL0.900.870.83
HSV323°31°98°
CMYK 0.000.310.12   0.02
XYZ66.605654.759374.0769
Yxy54.75930.34080.2802
Hunter Lab73.999531.1654-7.5523
CIE-Lab78.902435.0515-12.2772

#f9acdb color RGB value is (249,172,219).

#f9acdb hex color red value is 249, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f9acdb hue: 0.90 , saturation: 0.87 and the lightness value of f9acdb is 0.83.

The process color (four color CMYK) of #f9acdb color hex is 0.00, 0.31, 0.12, 0.02. Web safe color of #f9acdb is #ff99cc. Color #f9acdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 11011011
Octal 371 254 333
Decimal 249 172 219
Hex F9 AC DB

RGB Percentages of Color #f9acdb

%38.91
%26.88
%34.22

CMYK Percentages of Color #f9acdb

%0
%31
%12
%2

Triadic Colors of #f9acdb

#f9acdb #dbf9ac #acdbf9

Analogous Colors of #f9acdb

#f9acdb #f9acb5 #f1acf9

Monochromatic Colors of #f9acdb

#f9acdb

Complementary Color

#f9acdb #acf9ca

#f9acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acdb Color CSS Codes

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

#f9acdb Text Font Color

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

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


#f9acdb Background Color

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

This div background color is #f9acdb


#f9acdb Border Color

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

This div border color is #f9acdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,172,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 #f9acdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acdb


Comments

No comments written yet.

Please login to write comment.