Color Hex Logo

#f9fdaa Color Hex

#F9FDAA
(249,253,170)
0 Favorites   0 Comments

Color spaces of #f9fdaa

RGB 249253170
HSL0.170.950.83
HSV63°33°99°
CMYK 0.020.000.33   0.01
XYZ81.447993.292651.7447
Yxy93.29260.35960.4119
Hunter Lab96.5881-18.509135.8485
CIE-Lab97.3462-13.644939.3500

#f9fdaa color RGB value is (249,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111101 10101010
Octal 371 375 252
Decimal 249 253 170
Hex F9 FD AA

RGB Percentages of Color #f9fdaa

%37.05
%37.65
%25.30

CMYK Percentages of Color #f9fdaa

%2
%0
%33
%1

Triadic Colors of #f9fdaa

#f9fdaa #aaf9fd #fdaaf9

Analogous Colors of #f9fdaa

#f9fdaa #d0fdaa #fdd8aa

Monochromatic Colors of #f9fdaa

#f9fdaa

Complementary Color

#f9fdaa #aeaafd

#f9fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fdaa Color CSS Codes

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

#f9fdaa Text Font Color

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

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


#f9fdaa Background Color

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

This div background color is #f9fdaa


#f9fdaa Border Color

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

This div border color is #f9fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.