Color Hex Logo

#fab205 Color Hex

#FAB205
(250,178,5)
0 Favorites   0 Comments

Color spaces of #fab205

RGB 2501785
HSL0.120.960.50
HSV42°98°98°
CMYK 0.000.290.98   0.02
XYZ55.372152.17577.2961
Yxy52.17570.48220.4543
Hunter Lab72.232710.427044.5741
CIE-Lab77.385815.069079.7755

#fab205 color RGB value is (250,178,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00000101
Octal 372 262 5
Decimal 250 178 5
Hex FA B2 5

RGB Percentages of Color #fab205

%57.74
%41.11
%1.15

CMYK Percentages of Color #fab205

%0
%29
%98
%2

Triadic Colors of #fab205

#fab205 #05fab2 #b205fa

Analogous Colors of #fab205

#fab205 #c8fa05 #fa3805

Monochromatic Colors of #fab205

#fab205

Complementary Color

#fab205 #054dfa

#fab205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab205 Color CSS Codes

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

#fab205 Text Font Color

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

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


#fab205 Background Color

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

This div background color is #fab205


#fab205 Border Color

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

This div border color is #fab205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab205


Comments

No comments written yet.

Please login to write comment.