Color Hex Logo

#fbac14 Color Hex

#FBAC14
(251,172,20)
0 Favorites   0 Comments

Color spaces of #fbac14

RGB 25117220
HSL0.110.970.53
HSV39°92°98°
CMYK 0.000.310.92   0.02
XYZ54.662550.06487.4443
Yxy50.06480.48730.4463
Hunter Lab70.756514.075343.2916
CIE-Lab76.109018.780877.0279

#fbac14 color RGB value is (251,172,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00010100
Octal 373 254 24
Decimal 251 172 20
Hex FB AC 14

RGB Percentages of Color #fbac14

%56.66
%38.83
%4.51

CMYK Percentages of Color #fbac14

%0
%31
%92
%2

Triadic Colors of #fbac14

#fbac14 #14fbac #ac14fb

Analogous Colors of #fbac14

#fbac14 #d7fb14 #fb3914

Monochromatic Colors of #fbac14

#fbac14

Complementary Color

#fbac14 #1463fb

#fbac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac14 Color CSS Codes

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

#fbac14 Text Font Color

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

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


#fbac14 Background Color

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

This div background color is #fbac14


#fbac14 Border Color

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

This div border color is #fbac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac14


Comments

No comments written yet.

Please login to write comment.