Color Hex Logo

#fab17e Color Hex

#FAB17E
(250,177,126)
1 Favorites   0 Comments

Color spaces of #fab17e

RGB 250177126
HSL0.070.930.74
HSV25°50°98°
CMYK 0.000.290.50   0.02
XYZ58.912453.274626.9167
Yxy53.27460.42350.3830
Hunter Lab72.989516.342229.2279
CIE-Lab78.036820.979336.6112

#fab17e color RGB value is (250,177,126).

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

The process color (four color CMYK) of #fab17e color hex is 0.00, 0.29, 0.50, 0.02. Web safe color of #fab17e is #ff9966. Color #fab17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 01111110
Octal 372 261 176
Decimal 250 177 126
Hex FA B1 7E

RGB Percentages of Color #fab17e

%45.21
%32.01
%22.78

CMYK Percentages of Color #fab17e

%0
%29
%50
%2

Triadic Colors of #fab17e

#fab17e #7efab1 #b17efa

Analogous Colors of #fab17e

#fab17e #faef7e #fa7e89

Monochromatic Colors of #fab17e

#fab17e

Complementary Color

#fab17e #7ec7fa

#fab17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab17e Color CSS Codes

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

#fab17e Text Font Color

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

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


#fab17e Background Color

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

This div background color is #fab17e


#fab17e Border Color

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

This div border color is #fab17e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,177,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 #fab17e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab17e


Comments

No comments written yet.

Please login to write comment.