Color Hex Logo

#fab203 Color Hex

#FAB203
(250,178,3)
0 Favorites   0 Comments

Color spaces of #fab203

RGB 2501783
HSL0.120.980.50
HSV43°99°98°
CMYK 0.000.290.99   0.02
XYZ55.361252.17147.2384
Yxy52.17140.48240.4546
Hunter Lab72.229810.410944.6192
CIE-Lab77.383215.052779.9858

#fab203 color RGB value is (250,178,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00000011
Octal 372 262 3
Decimal 250 178 3
Hex FA B2 3

RGB Percentages of Color #fab203

%58.00
%41.30
%0.70

CMYK Percentages of Color #fab203

%0
%29
%99
%2

Triadic Colors of #fab203

#fab203 #03fab2 #b203fa

Analogous Colors of #fab203

#fab203 #c7fa03 #fa3703

Monochromatic Colors of #fab203

#fab203

Complementary Color

#fab203 #034bfa

#fab203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab203 Color CSS Codes

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

#fab203 Text Font Color

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

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


#fab203 Background Color

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

This div background color is #fab203


#fab203 Border Color

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

This div border color is #fab203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab203


Comments

No comments written yet.

Please login to write comment.