Color Hex Logo

#fab97d Color Hex

#FAB97D
(250,185,125)
0 Favorites   0 Comments

Color spaces of #fab97d

RGB 250185125
HSL0.080.930.74
HSV29°50°98°
CMYK 0.000.260.50   0.02
XYZ60.475056.502627.1207
Yxy56.50260.41970.3921
Hunter Lab75.168212.064031.2259
CIE-Lab79.899016.689139.5056

#fab97d color RGB value is (250,185,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01111101
Octal 372 271 175
Decimal 250 185 125
Hex FA B9 7D

RGB Percentages of Color #fab97d

%44.64
%33.04
%22.32

CMYK Percentages of Color #fab97d

%0
%26
%50
%2

Triadic Colors of #fab97d

#fab97d #7dfab9 #b97dfa

Analogous Colors of #fab97d

#fab97d #faf87d #fa7d80

Monochromatic Colors of #fab97d

#fab97d

Complementary Color

#fab97d #7dbefa

#fab97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab97d Color CSS Codes

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

#fab97d Text Font Color

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

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


#fab97d Background Color

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

This div background color is #fab97d


#fab97d Border Color

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

This div border color is #fab97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab97d


Comments

No comments written yet.

Please login to write comment.