Color Hex Logo

#f5faaf Color Hex

#F5FAAF
(245,250,175)
0 Favorites   0 Comments

Color spaces of #f5faaf

RGB 245250175
HSL0.180.880.83
HSV64°30°98°
CMYK 0.020.000.30   0.02
XYZ79.579790.878853.9045
Yxy90.87880.35470.4051
Hunter Lab95.3304-17.820333.2058
CIE-Lab96.3601-13.053735.5079

#f5faaf color RGB value is (245,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 10101111
Octal 365 372 257
Decimal 245 250 175
Hex F5 FA AF

RGB Percentages of Color #f5faaf

%36.57
%37.31
%26.12

CMYK Percentages of Color #f5faaf

%2
%0
%30
%2

Triadic Colors of #f5faaf

#f5faaf #aff5fa #faaff5

Analogous Colors of #f5faaf

#f5faaf #d0faaf #fadaaf

Monochromatic Colors of #f5faaf

#f5faaf

Complementary Color

#f5faaf #b4affa

#f5faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5faaf Color CSS Codes

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

#f5faaf Text Font Color

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

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


#f5faaf Background Color

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

This div background color is #f5faaf


#f5faaf Border Color

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

This div border color is #f5faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5faaf

Related Colors


Comments

No comments written yet.

Please login to write comment.