Color Hex Logo

#f9bdae Color Hex

#F9BDAE
(249,189,174)
0 Favorites   0 Comments

Color spaces of #f9bdae

RGB 249189174
HSL0.030.860.83
HSV12°30°98°
CMYK 0.000.240.30   0.02
XYZ64.904559.590948.1258
Yxy59.59090.37600.3452
Hunter Lab77.195114.988617.0734
CIE-Lab81.615319.544415.9546

#f9bdae color RGB value is (249,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 10101110
Octal 371 275 256
Decimal 249 189 174
Hex F9 BD AE

RGB Percentages of Color #f9bdae

%40.69
%30.88
%28.43

CMYK Percentages of Color #f9bdae

%0
%24
%30
%2

Triadic Colors of #f9bdae

#f9bdae #aef9bd #bdaef9

Analogous Colors of #f9bdae

#f9bdae #f9e3ae #f9aec5

Monochromatic Colors of #f9bdae

#f9bdae

Complementary Color

#f9bdae #aeeaf9

#f9bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdae Color CSS Codes

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

#f9bdae Text Font Color

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

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


#f9bdae Background Color

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

This div background color is #f9bdae


#f9bdae Border Color

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

This div border color is #f9bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdae


Comments

No comments written yet.

Please login to write comment.