Color Hex Logo

#fabc04 Color Hex

#FABC04
(250,188,4)
0 Favorites   0 Comments

Color spaces of #fabc04

RGB 2501884
HSL0.120.970.50
HSV45°98°98°
CMYK 0.000.250.98   0.02
XYZ57.429556.29927.9548
Yxy56.29920.47200.4627
Hunter Lab75.03285.315146.2372
CIE-Lab79.78389.842081.5355

#fabc04 color RGB value is (250,188,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 00000100
Octal 372 274 4
Decimal 250 188 4
Hex FA BC 4

RGB Percentages of Color #fabc04

%56.56
%42.53
%0.90

CMYK Percentages of Color #fabc04

%0
%25
%98
%2

Triadic Colors of #fabc04

#fabc04 #04fabc #bc04fa

Analogous Colors of #fabc04

#fabc04 #bdfa04 #fa4104

Monochromatic Colors of #fabc04

#fabc04

Complementary Color

#fabc04 #0442fa

#fabc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc04 Color CSS Codes

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

#fabc04 Text Font Color

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

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


#fabc04 Background Color

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

This div background color is #fabc04


#fabc04 Border Color

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

This div border color is #fabc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc04

#fabc04 Color Palettes


Comments

No comments written yet.

Please login to write comment.