Color Hex Logo

#fab206 Color Hex

#FAB206
(250,178,6)
0 Favorites   0 Comments

Color spaces of #fab206

RGB 2501786
HSL0.120.960.50
HSV42°98°98°
CMYK 0.000.290.98   0.02
XYZ55.377652.17797.3249
Yxy52.17790.48200.4542
Hunter Lab72.234310.435144.5517
CIE-Lab77.387115.077279.6710

#fab206 color RGB value is (250,178,6).

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

The process color (four color CMYK) of #fab206 color hex is 0.00, 0.29, 0.98, 0.02. Web safe color of #fab206 is #ff9900. Color #fab206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00000110
Octal 372 262 6
Decimal 250 178 6
Hex FA B2 6

RGB Percentages of Color #fab206

%57.60
%41.01
%1.38

CMYK Percentages of Color #fab206

%0
%29
%98
%2

Triadic Colors of #fab206

#fab206 #06fab2 #b206fa

Analogous Colors of #fab206

#fab206 #c8fa06 #fa3806

Monochromatic Colors of #fab206

#fab206

Complementary Color

#fab206 #064efa

#fab206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab206 Color CSS Codes

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

#fab206 Text Font Color

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

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


#fab206 Background Color

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

This div background color is #fab206


#fab206 Border Color

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

This div border color is #fab206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab206


Comments

No comments written yet.

Please login to write comment.