Color Hex Logo

#faac87 Color Hex

#FAAC87
(250,172,135)
0 Favorites   0 Comments

Color spaces of #faac87

RGB 250172135
HSL0.050.920.75
HSV19°46°98°
CMYK 0.000.310.46   0.02
XYZ58.550051.578329.7914
Yxy51.57830.41850.3686
Hunter Lab71.818019.841425.6781
CIE-Lab77.028024.451930.5536

#faac87 color RGB value is (250,172,135).

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

The process color (four color CMYK) of #faac87 color hex is 0.00, 0.31, 0.46, 0.02. Web safe color of #faac87 is #ff9999. Color #faac87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10000111
Octal 372 254 207
Decimal 250 172 135
Hex FA AC 87

RGB Percentages of Color #faac87

%44.88
%30.88
%24.24

CMYK Percentages of Color #faac87

%0
%31
%46
%2

Triadic Colors of #faac87

#faac87 #87faac #ac87fa

Analogous Colors of #faac87

#faac87 #fae687 #fa879c

Monochromatic Colors of #faac87

#faac87

Complementary Color

#faac87 #87d5fa

#faac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac87 Color CSS Codes

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

#faac87 Text Font Color

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

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


#faac87 Background Color

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

This div background color is #faac87


#faac87 Border Color

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

This div border color is #faac87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac87


Comments

No comments written yet.

Please login to write comment.