Color Hex Logo

#faac71 Color Hex

#FAAC71
(250,172,113)
0 Favorites   0 Comments

Color spaces of #faac71

RGB 250172113
HSL0.070.930.71
HSV26°55°98°
CMYK 0.000.310.55   0.02
XYZ57.157551.021322.4584
Yxy51.02130.43750.3906
Hunter Lab71.429217.834331.3588
CIE-Lab76.691922.500741.6448

#faac71 color RGB value is (250,172,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01110001
Octal 372 254 161
Decimal 250 172 113
Hex FA AC 71

RGB Percentages of Color #faac71

%46.73
%32.15
%21.12

CMYK Percentages of Color #faac71

%0
%31
%55
%2

Triadic Colors of #faac71

#faac71 #71faac #ac71fa

Analogous Colors of #faac71

#faac71 #faf171 #fa717b

Monochromatic Colors of #faac71

#faac71

Complementary Color

#faac71 #71bffa

#faac71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac71 Color CSS Codes

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

#faac71 Text Font Color

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

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


#faac71 Background Color

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

This div background color is #faac71


#faac71 Border Color

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

This div border color is #faac71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,172,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 #faac71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac71


Comments

No comments written yet.

Please login to write comment.