Color Hex Logo

#f9fdae Color Hex

#F9FDAE
(249,253,174)
0 Favorites   0 Comments

Color spaces of #f9fdae

RGB 249253174
HSL0.180.950.84
HSV63°31°99°
CMYK 0.020.000.31   0.01
XYZ81.832293.446353.7683
Yxy93.44630.35730.4080
Hunter Lab96.6676-18.062534.6892
CIE-Lab97.4084-13.167337.4487

#f9fdae color RGB value is (249,253,174).

#f9fdae hex color red value is 249, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f9fdae hue: 0.18 , saturation: 0.95 and the lightness value of f9fdae is 0.84.

The process color (four color CMYK) of #f9fdae color hex is 0.02, 0.00, 0.31, 0.01. Web safe color of #f9fdae is #ffff99. Color #f9fdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111101 10101110
Octal 371 375 256
Decimal 249 253 174
Hex F9 FD AE

RGB Percentages of Color #f9fdae

%36.83
%37.43
%25.74

CMYK Percentages of Color #f9fdae

%2
%0
%31
%1

Triadic Colors of #f9fdae

#f9fdae #aef9fd #fdaef9

Analogous Colors of #f9fdae

#f9fdae #d2fdae #fddaae

Monochromatic Colors of #f9fdae

#f9fdae

Complementary Color

#f9fdae #b2aefd

#f9fdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fdae Color CSS Codes

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

#f9fdae Text Font Color

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

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


#f9fdae Background Color

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

This div background color is #f9fdae


#f9fdae Border Color

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

This div border color is #f9fdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fdae


Comments

No comments written yet.

Please login to write comment.