Color Hex Logo

#faad87 Color Hex

#FAAD87
(250,173,135)
0 Favorites   0 Comments

Color spaces of #faad87

RGB 250173135
HSL0.060.920.75
HSV20°46°98°
CMYK 0.000.310.46   0.02
XYZ58.741151.960429.8550
Yxy51.96040.41790.3697
Hunter Lab72.083619.313925.9022
CIE-Lab77.257223.926530.8563

#faad87 color RGB value is (250,173,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10000111
Octal 372 255 207
Decimal 250 173 135
Hex FA AD 87

RGB Percentages of Color #faad87

%44.80
%31.00
%24.19

CMYK Percentages of Color #faad87

%0
%31
%46
%2

Triadic Colors of #faad87

#faad87 #87faad #ad87fa

Analogous Colors of #faad87

#faad87 #fae787 #fa879b

Monochromatic Colors of #faad87

#faad87

Complementary Color

#faad87 #87d4fa

#faad87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad87 Color CSS Codes

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

#faad87 Text Font Color

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

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


#faad87 Background Color

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

This div background color is #faad87


#faad87 Border Color

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

This div border color is #faad87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad87


Comments

No comments written yet.

Please login to write comment.