Color Hex Logo

#f9dfad Color Hex

#F9DFAD
(249,223,173)
0 Favorites   0 Comments

Color spaces of #f9dfad

RGB 249223173
HSL0.110.860.83
HSV39°31°98°
CMYK 0.000.100.31   0.02
XYZ72.997475.932250.3442
Yxy75.93220.36630.3810
Hunter Lab87.1391-2.961926.7428
CIE-Lab89.82791.733927.8083

#f9dfad color RGB value is (249,223,173).

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

The process color (four color CMYK) of #f9dfad color hex is 0.00, 0.10, 0.31, 0.02. Web safe color of #f9dfad is #ffcc99. Color #f9dfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 10101101
Octal 371 337 255
Decimal 249 223 173
Hex F9 DF AD

RGB Percentages of Color #f9dfad

%38.60
%34.57
%26.82

CMYK Percentages of Color #f9dfad

%0
%10
%31
%2

Triadic Colors of #f9dfad

#f9dfad #adf9df #dfadf9

Analogous Colors of #f9dfad

#f9dfad #edf9ad #f9b9ad

Monochromatic Colors of #f9dfad

#f9dfad

Complementary Color

#f9dfad #adc7f9

#f9dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfad Color CSS Codes

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

#f9dfad Text Font Color

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

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


#f9dfad Background Color

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

This div background color is #f9dfad


#f9dfad Border Color

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

This div border color is #f9dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfad


Comments

No comments written yet.

Please login to write comment.