Color Hex Logo

#faf494 Color Hex

#FAF494
(250,244,148)
0 Favorites   0 Comments

Color spaces of #faf494

RGB 250244148
HSL0.160.910.78
HSV56°41°98°
CMYK 0.000.020.41   0.02
XYZ77.120387.163540.7765
Yxy87.16350.37610.4251
Hunter Lab93.3614-15.934239.4575
CIE-Lab94.8076-11.267446.8870

#faf494 color RGB value is (250,244,148).

#faf494 hex color red value is 250, green value is 244 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #faf494 hue: 0.16 , saturation: 0.91 and the lightness value of faf494 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 10010100
Octal 372 364 224
Decimal 250 244 148
Hex FA F4 94

RGB Percentages of Color #faf494

%38.94
%38.01
%23.05

CMYK Percentages of Color #faf494

%0
%2
%41
%2

Triadic Colors of #faf494

#faf494 #94faf4 #f494fa

Analogous Colors of #faf494

#faf494 #cdfa94 #fac194

Monochromatic Colors of #faf494

#faf494

Complementary Color

#faf494 #949afa

#faf494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf494 Color CSS Codes

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

#faf494 Text Font Color

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

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


#faf494 Background Color

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

This div background color is #faf494


#faf494 Border Color

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

This div border color is #faf494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf494

#faf494 Color Palettes


Comments

No comments written yet.

Please login to write comment.