Color Hex Logo

#faba82 Color Hex

#FABA82
(250,186,130)
0 Favorites   0 Comments

Color spaces of #faba82

RGB 250186130
HSL0.080.920.75
HSV28°48°98°
CMYK 0.000.260.48   0.02
XYZ61.012557.053528.9158
Yxy57.05350.41510.3882
Hunter Lab75.533811.999530.1763
CIE-Lab80.209716.620337.3239

#faba82 color RGB value is (250,186,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10000010
Octal 372 272 202
Decimal 250 186 130
Hex FA BA 82

RGB Percentages of Color #faba82

%44.17
%32.86
%22.97

CMYK Percentages of Color #faba82

%0
%26
%48
%2

Triadic Colors of #faba82

#faba82 #82faba #ba82fa

Analogous Colors of #faba82

#faba82 #faf682 #fa8286

Monochromatic Colors of #faba82

#faba82

Complementary Color

#faba82 #82c2fa

#faba82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba82 Color CSS Codes

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

#faba82 Text Font Color

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

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


#faba82 Background Color

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

This div background color is #faba82


#faba82 Border Color

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

This div border color is #faba82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba82


Comments

No comments written yet.

Please login to write comment.