Color Hex Logo

#f9f4de Color Hex

#F9F4DE
(249,244,222)
0 Favorites   0 Comments

Color spaces of #f9f4de

RGB 249244222
HSL0.140.690.92
HSV49°11°98°
CMYK 0.000.020.11   0.02
XYZ84.602490.115082.0422
Yxy90.11500.32950.3510
Hunter Lab94.9289-7.043115.2089
CIE-Lab96.0445-1.980111.1866

#f9f4de color RGB value is (249,244,222).

#f9f4de hex color red value is 249, green value is 244 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9f4de hue: 0.14 , saturation: 0.69 and the lightness value of f9f4de is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11110100 11011110
Octal 371 364 336
Decimal 249 244 222
Hex F9 F4 DE

RGB Percentages of Color #f9f4de

%34.83
%34.13
%31.05

CMYK Percentages of Color #f9f4de

%0
%2
%11
%2

Triadic Colors of #f9f4de

#f9f4de #def9f4 #f4def9

Analogous Colors of #f9f4de

#f9f4de #f1f9de #f9e7de

Monochromatic Colors of #f9f4de

#f9f4de

Complementary Color

#f9f4de #dee3f9

#f9f4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9f4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9f4de Color CSS Codes

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

#f9f4de Text Font Color

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

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


#f9f4de Background Color

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

This div background color is #f9f4de


#f9f4de Border Color

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

This div border color is #f9f4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9f4de


Comments

No comments written yet.

Please login to write comment.