Color Hex Logo

#fabc03 Color Hex

#FABC03
(250,188,3)
0 Favorites   0 Comments

Color spaces of #fabc03

RGB 2501883
HSL0.120.980.50
HSV45°99°98°
CMYK 0.000.250.99   0.02
XYZ57.424056.29707.9260
Yxy56.29700.47210.4628
Hunter Lab75.03135.307246.2588
CIE-Lab79.78269.833981.6343

#fabc03 color RGB value is (250,188,3).

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

The process color (four color CMYK) of #fabc03 color hex is 0.00, 0.25, 0.99, 0.02. Web safe color of #fabc03 is #ffcc00. Color #fabc03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 00000011
Octal 372 274 3
Decimal 250 188 3
Hex FA BC 3

RGB Percentages of Color #fabc03

%56.69
%42.63
%0.68

CMYK Percentages of Color #fabc03

%0
%25
%99
%2

Triadic Colors of #fabc03

#fabc03 #03fabc #bc03fa

Analogous Colors of #fabc03

#fabc03 #bdfa03 #fa4103

Monochromatic Colors of #fabc03

#fabc03

Complementary Color

#fabc03 #0341fa

#fabc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc03 Color CSS Codes

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

#fabc03 Text Font Color

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

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


#fabc03 Background Color

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

This div background color is #fabc03


#fabc03 Border Color

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

This div border color is #fabc03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc03


Comments

No comments written yet.

Please login to write comment.