Color Hex Logo

#faba04 Color Hex

#FABA04
(250,186,4)
0 Favorites   0 Comments

Color spaces of #faba04

RGB 2501864
HSL0.120.970.50
HSV44°98°98°
CMYK 0.000.260.98   0.02
XYZ57.005255.45067.8134
Yxy55.45060.47400.4611
Hunter Lab74.46526.332845.9045
CIE-Lab79.300110.883381.1999

#faba04 color RGB value is (250,186,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00000100
Octal 372 272 4
Decimal 250 186 4
Hex FA BA 4

RGB Percentages of Color #faba04

%56.82
%42.27
%0.91

CMYK Percentages of Color #faba04

%0
%26
%98
%2

Triadic Colors of #faba04

#faba04 #04faba #ba04fa

Analogous Colors of #faba04

#faba04 #bffa04 #fa3f04

Monochromatic Colors of #faba04

#faba04

Complementary Color

#faba04 #0444fa

#faba04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba04 Color CSS Codes

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

#faba04 Text Font Color

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

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


#faba04 Background Color

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

This div background color is #faba04


#faba04 Border Color

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

This div border color is #faba04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba04


Comments

No comments written yet.

Please login to write comment.