Color Hex Logo

#fbad04 Color Hex

#FBAD04
(251,173,4)
0 Favorites   0 Comments

Color spaces of #fbad04

RGB 2511734
HSL0.110.970.50
HSV41°98°98°
CMYK 0.000.310.98   0.02
XYZ54.749150.40516.9584
Yxy50.40510.48830.4496
Hunter Lab70.996513.406643.8865
CIE-Lab76.317218.102879.2064

#fbad04 color RGB value is (251,173,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 00000100
Octal 373 255 4
Decimal 251 173 4
Hex FB AD 4

RGB Percentages of Color #fbad04

%58.64
%40.42
%0.93

CMYK Percentages of Color #fbad04

%0
%31
%98
%2

Triadic Colors of #fbad04

#fbad04 #04fbad #ad04fb

Analogous Colors of #fbad04

#fbad04 #cefb04 #fb3204

Monochromatic Colors of #fbad04

#fbad04

Complementary Color

#fbad04 #0452fb

#fbad04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad04 Color CSS Codes

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

#fbad04 Text Font Color

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

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


#fbad04 Background Color

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

This div background color is #fbad04


#fbad04 Border Color

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

This div border color is #fbad04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad04


Comments

No comments written yet.

Please login to write comment.