Color Hex Logo

#fbac09 Color Hex

#FBAC09
(251,172,9)
0 Favorites   0 Comments

Color spaces of #fbac09

RGB 2511729
HSL0.110.970.51
HSV40°96°98°
CMYK 0.000.310.96   0.02
XYZ54.585550.03407.0390
Yxy50.03400.48890.4481
Hunter Lab70.734713.961543.6142
CIE-Lab76.090118.666978.5072

#fbac09 color RGB value is (251,172,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00001001
Octal 373 254 11
Decimal 251 172 9
Hex FB AC 9

RGB Percentages of Color #fbac09

%58.10
%39.81
%2.08

CMYK Percentages of Color #fbac09

%0
%31
%96
%2

Triadic Colors of #fbac09

#fbac09 #09fbac #ac09fb

Analogous Colors of #fbac09

#fbac09 #d1fb09 #fb3309

Monochromatic Colors of #fbac09

#fbac09

Complementary Color

#fbac09 #0958fb

#fbac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac09 Color CSS Codes

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

#fbac09 Text Font Color

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

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


#fbac09 Background Color

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

This div background color is #fbac09


#fbac09 Border Color

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

This div border color is #fbac09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac09

Related Colors


Comments

No comments written yet.

Please login to write comment.