Color Hex Logo

#faa487 Color Hex

#FAA487
(250,164,135)
0 Favorites   0 Comments

Color spaces of #faa487

RGB 250164135
HSL0.040.920.75
HSV15°46°98°
CMYK 0.000.340.46   0.02
XYZ57.073048.624229.2990
Yxy48.62420.42280.3602
Hunter Lab69.731124.068123.8998
CIE-Lab75.216928.650328.1504

#faa487 color RGB value is (250,164,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 10000111
Octal 372 244 207
Decimal 250 164 135
Hex FA A4 87

RGB Percentages of Color #faa487

%45.54
%29.87
%24.59

CMYK Percentages of Color #faa487

%0
%34
%46
%2

Triadic Colors of #faa487

#faa487 #87faa4 #a487fa

Analogous Colors of #faa487

#faa487 #fade87 #fa87a4

Monochromatic Colors of #faa487

#faa487

Complementary Color

#faa487 #87ddfa

#faa487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa487 Color CSS Codes

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

#faa487 Text Font Color

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

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


#faa487 Background Color

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

This div background color is #faa487


#faa487 Border Color

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

This div border color is #faa487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa487


Comments

No comments written yet.

Please login to write comment.