Color Hex Logo

#faba87 Color Hex

#FABA87
(250,186,135)
0 Favorites   0 Comments

Color spaces of #faba87

RGB 250186135
HSL0.070.920.75
HSV27°46°98°
CMYK 0.000.260.46   0.02
XYZ61.356457.191130.7268
Yxy57.19110.41100.3831
Hunter Lab75.624812.478428.8475
CIE-Lab80.287017.096134.8275

#faba87 color RGB value is (250,186,135).

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

The process color (four color CMYK) of #faba87 color hex is 0.00, 0.26, 0.46, 0.02. Web safe color of #faba87 is #ffcc99. Color #faba87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10000111
Octal 372 272 207
Decimal 250 186 135
Hex FA BA 87

RGB Percentages of Color #faba87

%43.78
%32.57
%23.64

CMYK Percentages of Color #faba87

%0
%26
%46
%2

Triadic Colors of #faba87

#faba87 #87faba #ba87fa

Analogous Colors of #faba87

#faba87 #faf487 #fa878e

Monochromatic Colors of #faba87

#faba87

Complementary Color

#faba87 #87c7fa

#faba87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba87 Color CSS Codes

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

#faba87 Text Font Color

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

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


#faba87 Background Color

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

This div background color is #faba87


#faba87 Border Color

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

This div border color is #faba87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba87


Comments

No comments written yet.

Please login to write comment.