Color Hex Logo

#f5faab Color Hex

#F5FAAB
(245,250,171)
0 Favorites   0 Comments

Color spaces of #f5faab

RGB 245250171
HSL0.180.890.83
HSV64°32°98°
CMYK 0.020.000.32   0.02
XYZ79.192590.724051.8657
Yxy90.72400.35710.4091
Hunter Lab95.2491-18.276734.3894
CIE-Lab96.2963-13.544137.4182

#f5faab color RGB value is (245,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 10101011
Octal 365 372 253
Decimal 245 250 171
Hex F5 FA AB

RGB Percentages of Color #f5faab

%36.79
%37.54
%25.68

CMYK Percentages of Color #f5faab

%2
%0
%32
%2

Triadic Colors of #f5faab

#f5faab #abf5fa #faabf5

Analogous Colors of #f5faab

#f5faab #cefaab #fad8ab

Monochromatic Colors of #f5faab

#f5faab

Complementary Color

#f5faab #b0abfa

#f5faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5faab Color CSS Codes

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

#f5faab Text Font Color

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

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


#f5faab Background Color

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

This div background color is #f5faab


#f5faab Border Color

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

This div border color is #f5faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5faab


Comments

No comments written yet.

Please login to write comment.