Color Hex Logo

#fab96e Color Hex

#FAB96E
(250,185,110)
0 Favorites   0 Comments

Color spaces of #fab96e

RGB 250185110
HSL0.090.930.71
HSV32°56°98°
CMYK 0.000.260.56   0.02
XYZ59.587856.147722.4488
Yxy56.14770.43120.4063
Hunter Lab74.931810.817534.6896
CIE-Lab79.697815.443046.8442

#fab96e color RGB value is (250,185,110).

#fab96e hex color red value is 250, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fab96e hue: 0.09 , saturation: 0.93 and the lightness value of fab96e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01101110
Octal 372 271 156
Decimal 250 185 110
Hex FA B9 6E

RGB Percentages of Color #fab96e

%45.87
%33.94
%20.18

CMYK Percentages of Color #fab96e

%0
%26
%56
%2

Triadic Colors of #fab96e

#fab96e #6efab9 #b96efa

Analogous Colors of #fab96e

#fab96e #f5fa6e #fa736e

Monochromatic Colors of #fab96e

#fab96e

Complementary Color

#fab96e #6eaffa

#fab96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab96e Color CSS Codes

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

#fab96e Text Font Color

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

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


#fab96e Background Color

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

This div background color is #fab96e


#fab96e Border Color

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

This div border color is #fab96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab96e


Comments

No comments written yet.

Please login to write comment.