Color Hex Logo

#f9deac Color Hex

#F9DEAC
(249,222,172)
0 Favorites   0 Comments

Color spaces of #f9deac

RGB 249222172
HSL0.110.870.83
HSV39°31°98°
CMYK 0.000.110.31   0.02
XYZ72.634675.360849.7476
Yxy75.36080.36730.3811
Hunter Lab86.8106-2.567226.7907
CIE-Lab89.56172.121127.9628

#f9deac color RGB value is (249,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 10101100
Octal 371 336 254
Decimal 249 222 172
Hex F9 DE AC

RGB Percentages of Color #f9deac

%38.72
%34.53
%26.75

CMYK Percentages of Color #f9deac

%0
%11
%31
%2

Triadic Colors of #f9deac

#f9deac #acf9de #deacf9

Analogous Colors of #f9deac

#f9deac #eef9ac #f9b8ac

Monochromatic Colors of #f9deac

#f9deac

Complementary Color

#f9deac #acc7f9

#f9deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9deac Color CSS Codes

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

#f9deac Text Font Color

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

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


#f9deac Background Color

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

This div background color is #f9deac


#f9deac Border Color

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

This div border color is #f9deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9deac


Comments

No comments written yet.

Please login to write comment.