Color Hex Logo

#f9ddab Color Hex

#F9DDAB
(249,221,171)
0 Favorites   0 Comments

Color spaces of #f9ddab

RGB 249221171
HSL0.110.870.82
HSV38°31°98°
CMYK 0.000.110.31   0.02
XYZ72.274174.792949.1553
Yxy74.79290.36830.3812
Hunter Lab86.4829-2.171926.8387
CIE-Lab89.29592.509428.1183

#f9ddab color RGB value is (249,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 10101011
Octal 371 335 253
Decimal 249 221 171
Hex F9 DD AB

RGB Percentages of Color #f9ddab

%38.85
%34.48
%26.68

CMYK Percentages of Color #f9ddab

%0
%11
%31
%2

Triadic Colors of #f9ddab

#f9ddab #abf9dd #ddabf9

Analogous Colors of #f9ddab

#f9ddab #eef9ab #f9b6ab

Monochromatic Colors of #f9ddab

#f9ddab

Complementary Color

#f9ddab #abc7f9

#f9ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ddab Color CSS Codes

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

#f9ddab Text Font Color

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

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


#f9ddab Background Color

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

This div background color is #f9ddab


#f9ddab Border Color

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

This div border color is #f9ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ddab


Comments

No comments written yet.

Please login to write comment.