Color Hex Logo

#faae7c Color Hex

#FAAE7C
(250,174,124)
0 Favorites   0 Comments

Color spaces of #faae7c

RGB 250174124
HSL0.070.930.73
HSV24°50°98°
CMYK 0.000.300.50   0.02
XYZ58.198552.051326.0483
Yxy52.05130.42700.3819
Hunter Lab72.146617.734129.0961
CIE-Lab77.311522.376836.7253

#faae7c color RGB value is (250,174,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01111100
Octal 372 256 174
Decimal 250 174 124
Hex FA AE 7C

RGB Percentages of Color #faae7c

%45.62
%31.75
%22.63

CMYK Percentages of Color #faae7c

%0
%30
%50
%2

Triadic Colors of #faae7c

#faae7c #7cfaae #ae7cfa

Analogous Colors of #faae7c

#faae7c #faed7c #fa7c89

Monochromatic Colors of #faae7c

#faae7c

Complementary Color

#faae7c #7cc8fa

#faae7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae7c Color CSS Codes

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

#faae7c Text Font Color

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

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


#faae7c Background Color

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

This div background color is #faae7c


#faae7c Border Color

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

This div border color is #faae7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae7c

Related Colors


Comments

No comments written yet.

Please login to write comment.