Color Hex Logo

#f9edac Color Hex

#F9EDAC
(249,237,172)
0 Favorites   0 Comments

Color spaces of #f9edac

RGB 249237172
HSL0.140.870.83
HSV51°31°98°
CMYK 0.000.050.31   0.02
XYZ76.797583.686751.1352
Yxy83.68670.36290.3955
Hunter Lab91.4804-10.240630.8947
CIE-Lab93.3143-5.482133.0136

#f9edac color RGB value is (249,237,172).

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

The process color (four color CMYK) of #f9edac color hex is 0.00, 0.05, 0.31, 0.02. Web safe color of #f9edac is #ffff99. Color #f9edac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 10101100
Octal 371 355 254
Decimal 249 237 172
Hex F9 ED AC

RGB Percentages of Color #f9edac

%37.84
%36.02
%26.14

CMYK Percentages of Color #f9edac

%0
%5
%31
%2

Triadic Colors of #f9edac

#f9edac #acf9ed #edacf9

Analogous Colors of #f9edac

#f9edac #dff9ac #f9c7ac

Monochromatic Colors of #f9edac

#f9edac

Complementary Color

#f9edac #acb8f9

#f9edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9edac Color CSS Codes

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

#f9edac Text Font Color

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

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


#f9edac Background Color

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

This div background color is #f9edac


#f9edac Border Color

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

This div border color is #f9edac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,237,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 #f9edac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9edac


Comments

No comments written yet.

Please login to write comment.