Color Hex Logo

#faac5e Color Hex

#FAAC5E
(250,172,94)
0 Favorites   0 Comments

Color spaces of #faac5e

RGB 25017294
HSL0.080.940.67
HSV30°62°98°
CMYK 0.000.310.62   0.02
XYZ56.197250.637217.4017
Yxy50.63720.45230.4076
Hunter Lab71.159816.437535.3129
CIE-Lab76.458721.129050.8756

#faac5e color RGB value is (250,172,94).

#faac5e hex color red value is 250, green value is 172 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #faac5e hue: 0.08 , saturation: 0.94 and the lightness value of faac5e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01011110
Octal 372 254 136
Decimal 250 172 94
Hex FA AC 5E

RGB Percentages of Color #faac5e

%48.45
%33.33
%18.22

CMYK Percentages of Color #faac5e

%0
%31
%62
%2

Triadic Colors of #faac5e

#faac5e #5efaac #ac5efa

Analogous Colors of #faac5e

#faac5e #fafa5e #fa5e5e

Monochromatic Colors of #faac5e

#faac5e

Complementary Color

#faac5e #5eacfa

#faac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac5e Color CSS Codes

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

#faac5e Text Font Color

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

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


#faac5e Background Color

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

This div background color is #faac5e


#faac5e Border Color

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

This div border color is #faac5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac5e


Comments

No comments written yet.

Please login to write comment.