Color Hex Logo

#f9adce Color Hex

#F9ADCE
(249,173,206)
0 Favorites   0 Comments

Color spaces of #f9adce

RGB 249173206
HSL0.930.860.83
HSV334°31°98°
CMYK 0.000.310.17   0.02
XYZ65.151154.483165.4750
Yxy54.48310.35200.2943
Hunter Lab73.812728.3817-0.9239
CIE-Lab78.742632.4838-5.4621

#f9adce color RGB value is (249,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101101 11001110
Octal 371 255 316
Decimal 249 173 206
Hex F9 AD CE

RGB Percentages of Color #f9adce

%39.65
%27.55
%32.80

CMYK Percentages of Color #f9adce

%0
%31
%17
%2

Triadic Colors of #f9adce

#f9adce #cef9ad #adcef9

Analogous Colors of #f9adce

#f9adce #f9b2ad #f9adf4

Monochromatic Colors of #f9adce

#f9adce

Complementary Color

#f9adce #adf9d8

#f9adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9adce Color CSS Codes

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

#f9adce Text Font Color

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

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


#f9adce Background Color

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

This div background color is #f9adce


#f9adce Border Color

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

This div border color is #f9adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9adce


Comments

No comments written yet.

Please login to write comment.