Color Hex Logo

#fab79a Color Hex

#FAB79A
(250,183,154)
0 Favorites   0 Comments

Color spaces of #fab79a

RGB 250183154
HSL0.050.910.79
HSV18°38°98°
CMYK 0.000.270.38   0.02
XYZ62.190656.524138.2043
Yxy56.52410.39630.3602
Hunter Lab75.182516.084922.4993
CIE-Lab79.911220.665424.3008

#fab79a color RGB value is (250,183,154).

#fab79a hex color red value is 250, green value is 183 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fab79a hue: 0.05 , saturation: 0.91 and the lightness value of fab79a is 0.79.

The process color (four color CMYK) of #fab79a color hex is 0.00, 0.27, 0.38, 0.02. Web safe color of #fab79a is #ffcc99. Color #fab79a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 10011010
Octal 372 267 232
Decimal 250 183 154
Hex FA B7 9A

RGB Percentages of Color #fab79a

%42.59
%31.18
%26.24

CMYK Percentages of Color #fab79a

%0
%27
%38
%2

Triadic Colors of #fab79a

#fab79a #9afab7 #b79afa

Analogous Colors of #fab79a

#fab79a #fae79a #fa9aad

Monochromatic Colors of #fab79a

#fab79a

Complementary Color

#fab79a #9addfa

#fab79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab79a Color CSS Codes

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

#fab79a Text Font Color

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

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


#fab79a Background Color

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

This div background color is #fab79a


#fab79a Border Color

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

This div border color is #fab79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab79a


Comments

No comments written yet.

Please login to write comment.