Color Hex Logo

#f9aced Color Hex

#F9ACED
(249,172,237)
0 Favorites   0 Comments

Color spaces of #f9aced

RGB 249172237
HSL0.860.870.83
HSV309°31°98°
CMYK 0.000.310.05   0.02
XYZ69.105555.759287.2411
Yxy55.75920.32580.2629
Hunter Lab74.672134.5172-16.9994
CIE-Lab79.476638.0649-21.1444

#f9aced color RGB value is (249,172,237).

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

The process color (four color CMYK) of #f9aced color hex is 0.00, 0.31, 0.05, 0.02. Web safe color of #f9aced is #ff99ff. Color #f9aced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 11101101
Octal 371 254 355
Decimal 249 172 237
Hex F9 AC ED

RGB Percentages of Color #f9aced

%37.84
%26.14
%36.02

CMYK Percentages of Color #f9aced

%0
%31
%5
%2

Triadic Colors of #f9aced

#f9aced #edf9ac #acedf9

Analogous Colors of #f9aced

#f9aced #f9acc7 #dfacf9

Monochromatic Colors of #f9aced

#f9aced

Complementary Color

#f9aced #acf9b8

#f9aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aced Color CSS Codes

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

#f9aced Text Font Color

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

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


#f9aced Background Color

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

This div background color is #f9aced


#f9aced Border Color

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

This div border color is #f9aced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,172,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aced


Comments

No comments written yet.

Please login to write comment.