Color Hex Logo

#fafa9e Color Hex

#FAFA9E
(250,250,158)
0 Favorites   0 Comments

Color spaces of #fafa9e

RGB 250250158
HSL0.170.900.80
HSV60°37°98°
CMYK 0.000.000.37   0.02
XYZ79.781591.163845.7392
Yxy91.16380.36820.4207
Hunter Lab95.4797-17.937538.4332
CIE-Lab96.4775-13.161444.1401

#fafa9e color RGB value is (250,250,158).

#fafa9e hex color red value is 250, green value is 250 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fafa9e hue: 0.17 , saturation: 0.90 and the lightness value of fafa9e is 0.80.

The process color (four color CMYK) of #fafa9e color hex is 0.00, 0.00, 0.37, 0.02. Web safe color of #fafa9e is #ffff99. Color #fafa9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10011110
Octal 372 372 236
Decimal 250 250 158
Hex FA FA 9E

RGB Percentages of Color #fafa9e

%37.99
%37.99
%24.01

CMYK Percentages of Color #fafa9e

%0
%0
%37
%2

Triadic Colors of #fafa9e

#fafa9e #9efafa #fa9efa

Analogous Colors of #fafa9e

#fafa9e #ccfa9e #facc9e

Monochromatic Colors of #fafa9e

#fafa9e

Complementary Color

#fafa9e #9e9efa

#fafa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa9e Color CSS Codes

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

#fafa9e Text Font Color

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

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


#fafa9e Background Color

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

This div background color is #fafa9e


#fafa9e Border Color

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

This div border color is #fafa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa9e


Comments

No comments written yet.

Please login to write comment.