Color Hex Logo

#fab40b Color Hex

#FAB40B
(250,180,11)
0 Favorites   0 Comments

Color spaces of #fab40b

RGB 25018011
HSL0.120.960.51
HSV42°96°98°
CMYK 0.000.280.96   0.02
XYZ55.806052.99077.6035
Yxy52.99070.47940.4552
Hunter Lab72.79479.451244.7634
CIE-Lab77.869514.071979.4843

#fab40b color RGB value is (250,180,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 00001011
Octal 372 264 13
Decimal 250 180 11
Hex FA B4 B

RGB Percentages of Color #fab40b

%56.69
%40.82
%2.49

CMYK Percentages of Color #fab40b

%0
%28
%96
%2

Triadic Colors of #fab40b

#fab40b #0bfab4 #b40bfa

Analogous Colors of #fab40b

#fab40b #c9fa0b #fa3d0b

Monochromatic Colors of #fab40b

#fab40b

Complementary Color

#fab40b #0b51fa

#fab40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab40b Color CSS Codes

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

#fab40b Text Font Color

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

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


#fab40b Background Color

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

This div background color is #fab40b


#fab40b Border Color

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

This div border color is #fab40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab40b


Comments

No comments written yet.

Please login to write comment.