Color Hex Logo

#faa978 Color Hex

#FAA978
(250,169,120)
0 Favorites   0 Comments

Color spaces of #faa978

RGB 250169120
HSL0.060.930.73
HSV23°52°98°
CMYK 0.000.320.52   0.02
XYZ57.002550.056024.4267
Yxy50.05600.43350.3807
Hunter Lab70.750320.002029.0552
CIE-Lab76.103624.654637.2745

#faa978 color RGB value is (250,169,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01111000
Octal 372 251 170
Decimal 250 169 120
Hex FA A9 78

RGB Percentages of Color #faa978

%46.38
%31.35
%22.26

CMYK Percentages of Color #faa978

%0
%32
%52
%2

Triadic Colors of #faa978

#faa978 #78faa9 #a978fa

Analogous Colors of #faa978

#faa978 #faea78 #fa7888

Monochromatic Colors of #faa978

#faa978

Complementary Color

#faa978 #78c9fa

#faa978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa978 Color CSS Codes

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

#faa978 Text Font Color

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

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


#faa978 Background Color

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

This div background color is #faa978


#faa978 Border Color

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

This div border color is #faa978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa978


Comments

No comments written yet.

Please login to write comment.