Color Hex Logo

#fab80a Color Hex

#FAB80A
(250,184,10)
0 Favorites   0 Comments

Color spaces of #fab80a

RGB 25018410
HSL0.120.960.51
HSV44°96°98°
CMYK 0.000.260.96   0.02
XYZ56.619654.62697.8470
Yxy54.62690.47540.4587
Hunter Lab73.91007.399445.4422
CIE-Lab78.825911.974580.2633

#fab80a color RGB value is (250,184,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00001010
Octal 372 270 12
Decimal 250 184 10
Hex FA B8 A

RGB Percentages of Color #fab80a

%56.31
%41.44
%2.25

CMYK Percentages of Color #fab80a

%0
%26
%96
%2

Triadic Colors of #fab80a

#fab80a #0afab8 #b80afa

Analogous Colors of #fab80a

#fab80a #c4fa0a #fa400a

Monochromatic Colors of #fab80a

#fab80a

Complementary Color

#fab80a #0a4cfa

#fab80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab80a Color CSS Codes

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

#fab80a Text Font Color

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

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


#fab80a Background Color

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

This div background color is #fab80a


#fab80a Border Color

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

This div border color is #fab80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab80a

#fab80a Color Palettes


Comments

No comments written yet.

Please login to write comment.