Color Hex Logo

#faae89 Color Hex

#FAAE89
(250,174,137)
0 Favorites   0 Comments

Color spaces of #faae89

RGB 250174137
HSL0.050.920.76
HSV20°45°98°
CMYK 0.000.300.45   0.02
XYZ59.075852.402230.6679
Yxy52.40220.41560.3687
Hunter Lab72.389418.989625.5542
CIE-Lab77.520723.597830.1420

#faae89 color RGB value is (250,174,137).

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

The process color (four color CMYK) of #faae89 color hex is 0.00, 0.30, 0.45, 0.02. Web safe color of #faae89 is #ff9999. Color #faae89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10001001
Octal 372 256 211
Decimal 250 174 137
Hex FA AE 89

RGB Percentages of Color #faae89

%44.56
%31.02
%24.42

CMYK Percentages of Color #faae89

%0
%30
%45
%2

Triadic Colors of #faae89

#faae89 #89faae #ae89fa

Analogous Colors of #faae89

#faae89 #fae789 #fa899d

Monochromatic Colors of #faae89

#faae89

Complementary Color

#faae89 #89d5fa

#faae89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae89 Color CSS Codes

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

#faae89 Text Font Color

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

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


#faae89 Background Color

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

This div background color is #faae89


#faae89 Border Color

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

This div border color is #faae89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae89

Related Colors


Comments

No comments written yet.

Please login to write comment.