Color Hex Logo

#fbab04 Color Hex

#FBAB04
(251,171,4)
0 Favorites   0 Comments

Color spaces of #fbab04

RGB 2511714
HSL0.110.970.50
HSV41°98°98°
CMYK 0.000.320.98   0.02
XYZ54.368549.64386.8315
Yxy49.64380.49050.4479
Hunter Lab70.458414.435743.5722
CIE-Lab75.850119.150078.8900

#fbab04 color RGB value is (251,171,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 00000100
Octal 373 253 4
Decimal 251 171 4
Hex FB AB 4

RGB Percentages of Color #fbab04

%58.92
%40.14
%0.94

CMYK Percentages of Color #fbab04

%0
%32
%98
%2

Triadic Colors of #fbab04

#fbab04 #04fbab #ab04fb

Analogous Colors of #fbab04

#fbab04 #d0fb04 #fb2f04

Monochromatic Colors of #fbab04

#fbab04

Complementary Color

#fbab04 #0454fb

#fbab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab04 Color CSS Codes

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

#fbab04 Text Font Color

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

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


#fbab04 Background Color

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

This div background color is #fbab04


#fbab04 Border Color

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

This div border color is #fbab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab04


Comments

No comments written yet.

Please login to write comment.