Color Hex Logo

#fbac1e Color Hex

#FBAC1E
(251,172,30)
0 Favorites   0 Comments

Color spaces of #fbac1e

RGB 25117230
HSL0.110.970.55
HSV39°88°98°
CMYK 0.000.310.88   0.02
XYZ54.770550.10808.0134
Yxy50.10800.48520.4439
Hunter Lab70.787014.234742.8390
CIE-Lab76.135518.940375.0405

#fbac1e color RGB value is (251,172,30).

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

The process color (four color CMYK) of #fbac1e color hex is 0.00, 0.31, 0.88, 0.02. Web safe color of #fbac1e is #ff9933. Color #fbac1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00011110
Octal 373 254 36
Decimal 251 172 30
Hex FB AC 1E

RGB Percentages of Color #fbac1e

%55.41
%37.97
%6.62

CMYK Percentages of Color #fbac1e

%0
%31
%88
%2

Triadic Colors of #fbac1e

#fbac1e #1efbac #ac1efb

Analogous Colors of #fbac1e

#fbac1e #dcfb1e #fb3d1e

Monochromatic Colors of #fbac1e

#fbac1e

Complementary Color

#fbac1e #1e6dfb

#fbac1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac1e Color CSS Codes

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

#fbac1e Text Font Color

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

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


#fbac1e Background Color

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

This div background color is #fbac1e


#fbac1e Border Color

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

This div border color is #fbac1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac1e

Related Colors


Comments

No comments written yet.

Please login to write comment.