Color Hex Logo

#faa983 Color Hex

#FAA983
(250,169,131)
0 Favorites   0 Comments

Color spaces of #faa983

RGB 250169131
HSL0.050.920.75
HSV19°48°98°
CMYK 0.000.320.48   0.02
XYZ57.709050.338628.1475
Yxy50.33860.42370.3696
Hunter Lab70.949721.026226.1430
CIE-Lab76.276625.643831.6916

#faa983 color RGB value is (250,169,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10000011
Octal 372 251 203
Decimal 250 169 131
Hex FA A9 83

RGB Percentages of Color #faa983

%45.45
%30.73
%23.82

CMYK Percentages of Color #faa983

%0
%32
%48
%2

Triadic Colors of #faa983

#faa983 #83faa9 #a983fa

Analogous Colors of #faa983

#faa983 #fae583 #fa8399

Monochromatic Colors of #faa983

#faa983

Complementary Color

#faa983 #83d4fa

#faa983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa983 Color CSS Codes

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

#faa983 Text Font Color

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

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


#faa983 Background Color

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

This div background color is #faa983


#faa983 Border Color

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

This div border color is #faa983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa983


Comments

No comments written yet.

Please login to write comment.