Color Hex Logo

#faf174 Color Hex

#FAF174
(250,241,116)
0 Favorites   0 Comments

Color spaces of #faf174

RGB 250241116
HSL0.160.930.72
HSV56°54°98°
CMYK 0.000.040.54   0.02
XYZ74.032084.495528.9304
Yxy84.49550.39490.4507
Hunter Lab91.9214-17.101645.6847
CIE-Lab93.6653-12.653760.5016

#faf174 color RGB value is (250,241,116).

#faf174 hex color red value is 250, green value is 241 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #faf174 hue: 0.16 , saturation: 0.93 and the lightness value of faf174 is 0.72.

The process color (four color CMYK) of #faf174 color hex is 0.00, 0.04, 0.54, 0.02. Web safe color of #faf174 is #ffff66. Color #faf174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 01110100
Octal 372 361 164
Decimal 250 241 116
Hex FA F1 74

RGB Percentages of Color #faf174

%41.19
%39.70
%19.11

CMYK Percentages of Color #faf174

%0
%4
%54
%2

Triadic Colors of #faf174

#faf174 #74faf1 #f174fa

Analogous Colors of #faf174

#faf174 #c0fa74 #faae74

Monochromatic Colors of #faf174

#faf174

Complementary Color

#faf174 #747dfa

#faf174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf174 Color CSS Codes

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

#faf174 Text Font Color

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

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


#faf174 Background Color

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

This div background color is #faf174


#faf174 Border Color

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

This div border color is #faf174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf174


Comments

No comments written yet.

Please login to write comment.