Color Hex Logo

#fabb5b Color Hex

#FABB5B
(250,187,91)
0 Favorites   0 Comments

Color spaces of #fabb5b

RGB 25018791
HSL0.100.940.67
HSV36°64°98°
CMYK 0.000.250.64   0.02
XYZ59.083056.620017.7123
Yxy56.62000.44290.4244
Hunter Lab75.24638.476438.7160
CIE-Lab79.965413.077856.2796

#fabb5b color RGB value is (250,187,91).

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

The process color (four color CMYK) of #fabb5b color hex is 0.00, 0.25, 0.64, 0.02. Web safe color of #fabb5b is #ffcc66. Color #fabb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 01011011
Octal 372 273 133
Decimal 250 187 91
Hex FA BB 5B

RGB Percentages of Color #fabb5b

%47.35
%35.42
%17.23

CMYK Percentages of Color #fabb5b

%0
%25
%64
%2

Triadic Colors of #fabb5b

#fabb5b #5bfabb #bb5bfa

Analogous Colors of #fabb5b

#fabb5b #eafa5b #fa6c5b

Monochromatic Colors of #fabb5b

#fabb5b

Complementary Color

#fabb5b #5b9afa

#fabb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb5b Color CSS Codes

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

#fabb5b Text Font Color

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

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


#fabb5b Background Color

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

This div background color is #fabb5b


#fabb5b Border Color

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

This div border color is #fabb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb5b


Comments

No comments written yet.

Please login to write comment.