Color Hex Logo

#faad74 Color Hex

#FAAD74
(250,173,116)
0 Favorites   0 Comments

Color spaces of #faad74

RGB 250173116
HSL0.070.930.72
HSV26°54°98°
CMYK 0.000.310.54   0.02
XYZ57.520351.472123.4265
Yxy51.47210.43440.3887
Hunter Lab71.744117.559030.8609
CIE-Lab76.964122.218540.4400

#faad74 color RGB value is (250,173,116).

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

The process color (four color CMYK) of #faad74 color hex is 0.00, 0.31, 0.54, 0.02. Web safe color of #faad74 is #ff9966. Color #faad74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01110100
Octal 372 255 164
Decimal 250 173 116
Hex FA AD 74

RGB Percentages of Color #faad74

%46.38
%32.10
%21.52

CMYK Percentages of Color #faad74

%0
%31
%54
%2

Triadic Colors of #faad74

#faad74 #74faad #ad74fa

Analogous Colors of #faad74

#faad74 #faf074 #fa747e

Monochromatic Colors of #faad74

#faad74

Complementary Color

#faad74 #74c1fa

#faad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad74 Color CSS Codes

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

#faad74 Text Font Color

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

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


#faad74 Background Color

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

This div background color is #faad74


#faad74 Border Color

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

This div border color is #faad74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,173,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 #faad74">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad74

Related Colors


Comments

No comments written yet.

Please login to write comment.