Color Hex Logo

#faae73 Color Hex

#FAAE73
(250,174,115)
0 Favorites   0 Comments

Color spaces of #faae73

RGB 250174115
HSL0.070.930.72
HSV26°54°98°
CMYK 0.000.300.54   0.02
XYZ57.654951.833923.1859
Yxy51.83390.43460.3907
Hunter Lab71.995816.951931.3030
CIE-Lab77.181421.611541.2264

#faae73 color RGB value is (250,174,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01110011
Octal 372 256 163
Decimal 250 174 115
Hex FA AE 73

RGB Percentages of Color #faae73

%46.38
%32.28
%21.34

CMYK Percentages of Color #faae73

%0
%30
%54
%2

Triadic Colors of #faae73

#faae73 #73faae #ae73fa

Analogous Colors of #faae73

#faae73 #faf273 #fa737c

Monochromatic Colors of #faae73

#faae73

Complementary Color

#faae73 #73bffa

#faae73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae73 Color CSS Codes

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

#faae73 Text Font Color

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

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


#faae73 Background Color

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

This div background color is #faae73


#faae73 Border Color

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

This div border color is #faae73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae73


Comments

No comments written yet.

Please login to write comment.