Color Hex Logo

#fab97e Color Hex

#FAB97E
(250,185,126)
0 Favorites   0 Comments

Color spaces of #fab97e

RGB 250185126
HSL0.080.930.74
HSV29°50°98°
CMYK 0.000.260.50   0.02
XYZ60.539256.528327.4590
Yxy56.52830.41890.3911
Hunter Lab75.185312.153930.9760
CIE-Lab79.913516.778639.0096

#fab97e color RGB value is (250,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01111110
Octal 372 271 176
Decimal 250 185 126
Hex FA B9 7E

RGB Percentages of Color #fab97e

%44.56
%32.98
%22.46

CMYK Percentages of Color #fab97e

%0
%26
%50
%2

Triadic Colors of #fab97e

#fab97e #7efab9 #b97efa

Analogous Colors of #fab97e

#fab97e #faf77e #fa7e81

Monochromatic Colors of #fab97e

#fab97e

Complementary Color

#fab97e #7ebffa

#fab97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab97e Color CSS Codes

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

#fab97e Text Font Color

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

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


#fab97e Background Color

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

This div background color is #fab97e


#fab97e Border Color

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

This div border color is #fab97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab97e


Comments

No comments written yet.

Please login to write comment.