Color Hex Logo

#f9bdaa Color Hex

#F9BDAA
(249,189,170)
0 Favorites   0 Comments

Color spaces of #f9bdaa

RGB 249189170
HSL0.040.870.82
HSV14°32°98°
CMYK 0.000.240.32   0.02
XYZ64.520259.437246.1022
Yxy59.43720.37940.3495
Hunter Lab77.095514.467118.5122
CIE-Lab81.531319.035817.9757

#f9bdaa color RGB value is (249,189,170).

#f9bdaa hex color red value is 249, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f9bdaa hue: 0.04 , saturation: 0.87 and the lightness value of f9bdaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 10101010
Octal 371 275 252
Decimal 249 189 170
Hex F9 BD AA

RGB Percentages of Color #f9bdaa

%40.95
%31.09
%27.96

CMYK Percentages of Color #f9bdaa

%0
%24
%32
%2

Triadic Colors of #f9bdaa

#f9bdaa #aaf9bd #bdaaf9

Analogous Colors of #f9bdaa

#f9bdaa #f9e5aa #f9aabf

Monochromatic Colors of #f9bdaa

#f9bdaa

Complementary Color

#f9bdaa #aae6f9

#f9bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdaa Color CSS Codes

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

#f9bdaa Text Font Color

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

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


#f9bdaa Background Color

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

This div background color is #f9bdaa


#f9bdaa Border Color

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

This div border color is #f9bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdaa


Comments

No comments written yet.

Please login to write comment.