Color Hex Logo

#faae6f Color Hex

#FAAE6F
(250,174,111)
0 Favorites   0 Comments

Color spaces of #faae6f

RGB 250174111
HSL0.080.930.71
HSV27°56°98°
CMYK 0.000.300.56   0.02
XYZ57.429651.743821.9996
Yxy51.74380.43780.3945
Hunter Lab71.933216.626832.2203
CIE-Lab77.127421.292343.2059

#faae6f color RGB value is (250,174,111).

#faae6f hex color red value is 250, green value is 174 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #faae6f hue: 0.08 , saturation: 0.93 and the lightness value of faae6f is 0.71.

The process color (four color CMYK) of #faae6f color hex is 0.00, 0.30, 0.56, 0.02. Web safe color of #faae6f is #ff9966. Color #faae6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01101111
Octal 372 256 157
Decimal 250 174 111
Hex FA AE 6F

RGB Percentages of Color #faae6f

%46.73
%32.52
%20.75

CMYK Percentages of Color #faae6f

%0
%30
%56
%2

Triadic Colors of #faae6f

#faae6f #6ffaae #ae6ffa

Analogous Colors of #faae6f

#faae6f #faf46f #fa6f76

Monochromatic Colors of #faae6f

#faae6f

Complementary Color

#faae6f #6fbbfa

#faae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae6f Color CSS Codes

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

#faae6f Text Font Color

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

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


#faae6f Background Color

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

This div background color is #faae6f


#faae6f Border Color

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

This div border color is #faae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae6f


Comments

No comments written yet.

Please login to write comment.