Color Hex Logo

#fab306 Color Hex

#FAB306
(250,179,6)
0 Favorites   0 Comments

Color spaces of #fab306

RGB 2501796
HSL0.120.960.50
HSV43°98°98°
CMYK 0.000.280.98   0.02
XYZ55.577352.57737.3915
Yxy52.57730.48100.4550
Hunter Lab72.51029.923044.7133
CIE-Lab77.624814.554179.8350

#fab306 color RGB value is (250,179,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00000110
Octal 372 263 6
Decimal 250 179 6
Hex FA B3 6

RGB Percentages of Color #fab306

%57.47
%41.15
%1.38

CMYK Percentages of Color #fab306

%0
%28
%98
%2

Triadic Colors of #fab306

#fab306 #06fab3 #b306fa

Analogous Colors of #fab306

#fab306 #c7fa06 #fa3906

Monochromatic Colors of #fab306

#fab306

Complementary Color

#fab306 #064dfa

#fab306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab306 Color CSS Codes

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

#fab306 Text Font Color

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

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


#fab306 Background Color

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

This div background color is #fab306


#fab306 Border Color

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

This div border color is #fab306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab306


Comments

No comments written yet.

Please login to write comment.