Color Hex Logo

#f9bdaf Color Hex

#F9BDAF
(249,189,175)
1 Favorites   0 Comments

Color spaces of #f9bdaf

RGB 249189175
HSL0.030.860.83
HSV11°30°98°
CMYK 0.000.240.30   0.02
XYZ65.002459.630148.6412
Yxy59.63010.37510.3441
Hunter Lab77.220515.121116.7076
CIE-Lab81.636719.673515.4495

#f9bdaf color RGB value is (249,189,175).

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

The process color (four color CMYK) of #f9bdaf color hex is 0.00, 0.24, 0.30, 0.02. Web safe color of #f9bdaf is #ffcc99. Color #f9bdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 10101111
Octal 371 275 257
Decimal 249 189 175
Hex F9 BD AF

RGB Percentages of Color #f9bdaf

%40.62
%30.83
%28.55

CMYK Percentages of Color #f9bdaf

%0
%24
%30
%2

Triadic Colors of #f9bdaf

#f9bdaf #aff9bd #bdaff9

Analogous Colors of #f9bdaf

#f9bdaf #f9e2af #f9afc6

Monochromatic Colors of #f9bdaf

#f9bdaf

Complementary Color

#f9bdaf #afebf9

#f9bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdaf Color CSS Codes

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

#f9bdaf Text Font Color

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

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


#f9bdaf Background Color

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

This div background color is #f9bdaf


#f9bdaf Border Color

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

This div border color is #f9bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdaf


Comments

No comments written yet.

Please login to write comment.