Color Hex Logo

#fab80b Color Hex

#FAB80B
(250,184,11)
0 Favorites   0 Comments

Color spaces of #fab80b

RGB 25018411
HSL0.120.960.51
HSV43°96°98°
CMYK 0.000.260.96   0.02
XYZ56.625254.62917.8766
Yxy54.62910.47530.4586
Hunter Lab73.91157.407645.4196
CIE-Lab78.827111.982980.1609

#fab80b color RGB value is (250,184,11).

#fab80b hex color red value is 250, green value is 184 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fab80b hue: 0.12 , saturation: 0.96 and the lightness value of fab80b is 0.51.

The process color (four color CMYK) of #fab80b color hex is 0.00, 0.26, 0.96, 0.02. Web safe color of #fab80b is #ffcc00. Color #fab80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00001011
Octal 372 270 13
Decimal 250 184 11
Hex FA B8 B

RGB Percentages of Color #fab80b

%56.18
%41.35
%2.47

CMYK Percentages of Color #fab80b

%0
%26
%96
%2

Triadic Colors of #fab80b

#fab80b #0bfab8 #b80bfa

Analogous Colors of #fab80b

#fab80b #c5fa0b #fa410b

Monochromatic Colors of #fab80b

#fab80b

Complementary Color

#fab80b #0b4dfa

#fab80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab80b Color CSS Codes

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

#fab80b Text Font Color

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

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


#fab80b Background Color

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

This div background color is #fab80b


#fab80b Border Color

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

This div border color is #fab80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab80b

Related Colors

#fab80b Color Palettes


Comments

No comments written yet.

Please login to write comment.