Color Hex Logo

#fbac15 Color Hex

#FBAC15
(251,172,21)
0 Favorites   0 Comments

Color spaces of #fbac15

RGB 25117221
HSL0.110.970.53
HSV39°92°98°
CMYK 0.000.310.92   0.02
XYZ54.671550.06847.4921
Yxy50.06840.48710.4461
Hunter Lab70.759014.088643.2536
CIE-Lab76.111218.794176.8570

#fbac15 color RGB value is (251,172,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00010101
Octal 373 254 25
Decimal 251 172 21
Hex FB AC 15

RGB Percentages of Color #fbac15

%56.53
%38.74
%4.73

CMYK Percentages of Color #fbac15

%0
%31
%92
%2

Triadic Colors of #fbac15

#fbac15 #15fbac #ac15fb

Analogous Colors of #fbac15

#fbac15 #d7fb15 #fb3915

Monochromatic Colors of #fbac15

#fbac15

Complementary Color

#fbac15 #1564fb

#fbac15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac15 Color CSS Codes

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

#fbac15 Text Font Color

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

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


#fbac15 Background Color

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

This div background color is #fbac15


#fbac15 Border Color

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

This div border color is #fbac15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac15

#fbac15 Color Palettes


Comments

No comments written yet.

Please login to write comment.