Color Hex Logo

#faa982 Color Hex

#FAA982
(250,169,130)
0 Favorites   0 Comments

Color spaces of #faa982

RGB 250169130
HSL0.050.920.75
HSV20°48°98°
CMYK 0.000.320.48   0.02
XYZ57.641650.311627.7922
Yxy50.31160.42460.3706
Hunter Lab70.930720.928826.4203
CIE-Lab76.260125.550032.2015

#faa982 color RGB value is (250,169,130).

#faa982 hex color red value is 250, green value is 169 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #faa982 hue: 0.05 , saturation: 0.92 and the lightness value of faa982 is 0.75.

The process color (four color CMYK) of #faa982 color hex is 0.00, 0.32, 0.48, 0.02. Web safe color of #faa982 is #ff9999. Color #faa982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10000010
Octal 372 251 202
Decimal 250 169 130
Hex FA A9 82

RGB Percentages of Color #faa982

%45.54
%30.78
%23.68

CMYK Percentages of Color #faa982

%0
%32
%48
%2

Triadic Colors of #faa982

#faa982 #82faa9 #a982fa

Analogous Colors of #faa982

#faa982 #fae582 #fa8297

Monochromatic Colors of #faa982

#faa982

Complementary Color

#faa982 #82d3fa

#faa982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa982 Color CSS Codes

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

#faa982 Text Font Color

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

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


#faa982 Background Color

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

This div background color is #faa982


#faa982 Border Color

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

This div border color is #faa982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa982


Comments

No comments written yet.

Please login to write comment.