Color Hex Logo

#f9baad Color Hex

#F9BAAD
(249,186,173)
0 Favorites   0 Comments

Color spaces of #f9baad

RGB 249186173
HSL0.030.860.83
HSV10°31°98°
CMYK 0.000.250.31   0.02
XYZ64.168758.274747.4012
Yxy58.27470.37780.3431
Hunter Lab76.337916.453716.6210
CIE-Lab80.891320.995115.4747

#f9baad color RGB value is (249,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10101101
Octal 371 272 255
Decimal 249 186 173
Hex F9 BA AD

RGB Percentages of Color #f9baad

%40.95
%30.59
%28.45

CMYK Percentages of Color #f9baad

%0
%25
%31
%2

Triadic Colors of #f9baad

#f9baad #adf9ba #baadf9

Analogous Colors of #f9baad

#f9baad #f9e0ad #f9adc6

Monochromatic Colors of #f9baad

#f9baad

Complementary Color

#f9baad #adecf9

#f9baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9baad Color CSS Codes

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

#f9baad Text Font Color

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

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


#f9baad Background Color

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

This div background color is #f9baad


#f9baad Border Color

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

This div border color is #f9baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9baad


Comments

No comments written yet.

Please login to write comment.