Color Hex Logo

#f5faad Color Hex

#F5FAAD
(245,250,173)
0 Favorites   0 Comments

Color spaces of #f5faad

RGB 245250173
HSL0.180.890.83
HSV64°31°98°
CMYK 0.020.000.31   0.02
XYZ79.384690.800852.8775
Yxy90.80080.35590.4071
Hunter Lab95.2895-18.050133.8017
CIE-Lab96.3280-13.300536.4637

#f5faad color RGB value is (245,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 10101101
Octal 365 372 255
Decimal 245 250 173
Hex F5 FA AD

RGB Percentages of Color #f5faad

%36.68
%37.43
%25.90

CMYK Percentages of Color #f5faad

%2
%0
%31
%2

Triadic Colors of #f5faad

#f5faad #adf5fa #faadf5

Analogous Colors of #f5faad

#f5faad #cffaad #fad9ad

Monochromatic Colors of #f5faad

#f5faad

Complementary Color

#f5faad #b2adfa

#f5faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5faad Color CSS Codes

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

#f5faad Text Font Color

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

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


#f5faad Background Color

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

This div background color is #f5faad


#f5faad Border Color

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

This div border color is #f5faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5faad

Related Colors


Comments

No comments written yet.

Please login to write comment.