Color Hex Logo

#f0faad Color Hex

#F0FAAD
(240,250,173)
0 Favorites   0 Comments

Color spaces of #f0faad

RGB 240250173
HSL0.190.890.83
HSV68°31°98°
CMYK 0.040.000.31   0.02
XYZ77.663689.913652.7969
Yxy89.91360.35240.4080
Hunter Lab94.8228-19.741333.3635
CIE-Lab95.9609-15.146035.9108

#f0faad color RGB value is (240,250,173).

#f0faad hex color red value is 240, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f0faad hue: 0.19 , saturation: 0.89 and the lightness value of f0faad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111010 10101101
Octal 360 372 255
Decimal 240 250 173
Hex F0 FA AD

RGB Percentages of Color #f0faad

%36.20
%37.71
%26.09

CMYK Percentages of Color #f0faad

%4
%0
%31
%2

Triadic Colors of #f0faad

#f0faad #adf0fa #faadf0

Analogous Colors of #f0faad

#f0faad #cafaad #fadead

Monochromatic Colors of #f0faad

#f0faad

Complementary Color

#f0faad #b7adfa

#f0faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0faad Color CSS Codes

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

#f0faad Text Font Color

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

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


#f0faad Background Color

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

This div background color is #f0faad


#f0faad Border Color

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

This div border color is #f0faad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,250,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0faad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0faad;
  -webkit-box-shadow: 1px 1px 3px 2px #f0faad;
  box-shadow:         1px 1px 3px 2px #f0faad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,250,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0faad


Comments

No comments written yet.

Please login to write comment.