Color Hex Logo

#faae71 Color Hex

#FAAE71
(250,174,113)
0 Favorites   0 Comments

Color spaces of #faae71

RGB 250174113
HSL0.070.930.71
HSV27°55°98°
CMYK 0.000.300.55   0.02
XYZ57.541051.788422.5862
Yxy51.78840.43620.3926
Hunter Lab71.964216.787531.7665
CIE-Lab77.154121.450142.2180

#faae71 color RGB value is (250,174,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01110001
Octal 372 256 161
Decimal 250 174 113
Hex FA AE 71

RGB Percentages of Color #faae71

%46.55
%32.40
%21.04

CMYK Percentages of Color #faae71

%0
%30
%55
%2

Triadic Colors of #faae71

#faae71 #71faae #ae71fa

Analogous Colors of #faae71

#faae71 #faf371 #fa7179

Monochromatic Colors of #faae71

#faae71

Complementary Color

#faae71 #71bdfa

#faae71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae71 Color CSS Codes

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

#faae71 Text Font Color

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

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


#faae71 Background Color

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

This div background color is #faae71


#faae71 Border Color

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

This div border color is #faae71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae71

Related Colors


Comments

No comments written yet.

Please login to write comment.