Color Hex Logo

#faad79 Color Hex

#FAAD79
(250,173,121)
0 Favorites   0 Comments

Color spaces of #faad79

RGB 250173121
HSL0.070.930.73
HSV24°52°98°
CMYK 0.000.310.52   0.02
XYZ57.819151.591624.9999
Yxy51.59160.43020.3838
Hunter Lab71.827317.990129.6429
CIE-Lab77.036022.639737.9389

#faad79 color RGB value is (250,173,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01111001
Octal 372 255 171
Decimal 250 173 121
Hex FA AD 79

RGB Percentages of Color #faad79

%45.96
%31.80
%22.24

CMYK Percentages of Color #faad79

%0
%31
%52
%2

Triadic Colors of #faad79

#faad79 #79faad #ad79fa

Analogous Colors of #faad79

#faad79 #faee79 #fa7986

Monochromatic Colors of #faad79

#faad79

Complementary Color

#faad79 #79c6fa

#faad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad79 Color CSS Codes

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

#faad79 Text Font Color

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

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


#faad79 Background Color

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

This div background color is #faad79


#faad79 Border Color

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

This div border color is #faad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad79

Related Colors


Comments

No comments written yet.

Please login to write comment.