Color Hex Logo

#fab15b Color Hex

#FAB15B
(250,177,91)
0 Favorites   0 Comments

Color spaces of #fab15b

RGB 25017791
HSL0.090.940.67
HSV32°64°98°
CMYK 0.000.290.64   0.02
XYZ57.034852.523617.0295
Yxy52.52360.45060.4149
Hunter Lab72.473213.647636.7995
CIE-Lab77.592918.315053.6104

#fab15b color RGB value is (250,177,91).

#fab15b hex color red value is 250, green value is 177 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fab15b hue: 0.09 , saturation: 0.94 and the lightness value of fab15b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 01011011
Octal 372 261 133
Decimal 250 177 91
Hex FA B1 5B

RGB Percentages of Color #fab15b

%48.26
%34.17
%17.57

CMYK Percentages of Color #fab15b

%0
%29
%64
%2

Triadic Colors of #fab15b

#fab15b #5bfab1 #b15bfa

Analogous Colors of #fab15b

#fab15b #f4fa5b #fa625b

Monochromatic Colors of #fab15b

#fab15b

Complementary Color

#fab15b #5ba4fa

#fab15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab15b Color CSS Codes

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

#fab15b Text Font Color

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

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


#fab15b Background Color

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

This div background color is #fab15b


#fab15b Border Color

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

This div border color is #fab15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab15b


Comments

No comments written yet.

Please login to write comment.