Color Hex Logo

#faba79 Color Hex

#FABA79
(250,186,121)
0 Favorites   0 Comments

Color spaces of #faba79

RGB 250186121
HSL0.080.930.73
HSV30°52°98°
CMYK 0.000.260.52   0.02
XYZ60.434456.822325.8717
Yxy56.82230.42220.3970
Hunter Lab75.380611.191732.4172
CIE-Lab80.079515.814741.7790

#faba79 color RGB value is (250,186,121).

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

The process color (four color CMYK) of #faba79 color hex is 0.00, 0.26, 0.52, 0.02. Web safe color of #faba79 is #ffcc66. Color #faba79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01111001
Octal 372 272 171
Decimal 250 186 121
Hex FA BA 79

RGB Percentages of Color #faba79

%44.88
%33.39
%21.72

CMYK Percentages of Color #faba79

%0
%26
%52
%2

Triadic Colors of #faba79

#faba79 #79faba #ba79fa

Analogous Colors of #faba79

#faba79 #fafa79 #fa7a79

Monochromatic Colors of #faba79

#faba79

Complementary Color

#faba79 #79b9fa

#faba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba79 Color CSS Codes

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

#faba79 Text Font Color

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

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


#faba79 Background Color

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

This div background color is #faba79


#faba79 Border Color

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

This div border color is #faba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba79


Comments

No comments written yet.

Please login to write comment.