Color Hex Logo

#fbba14 Color Hex

#FBBA14
(251,186,20)
0 Favorites   0 Comments

Color spaces of #fbba14

RGB 25118620
HSL0.120.970.53
HSV43°92°98°
CMYK 0.000.260.92   0.02
XYZ57.468855.67758.3797
Yxy55.67750.47290.4582
Hunter Lab74.61746.896845.5737
CIE-Lab79.429911.463779.4624

#fbba14 color RGB value is (251,186,20).

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

The process color (four color CMYK) of #fbba14 color hex is 0.00, 0.26, 0.92, 0.02. Web safe color of #fbba14 is #ffcc00. Color #fbba14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 00010100
Octal 373 272 24
Decimal 251 186 20
Hex FB BA 14

RGB Percentages of Color #fbba14

%54.92
%40.70
%4.38

CMYK Percentages of Color #fbba14

%0
%26
%92
%2

Triadic Colors of #fbba14

#fbba14 #14fbba #ba14fb

Analogous Colors of #fbba14

#fbba14 #c9fb14 #fb4714

Monochromatic Colors of #fbba14

#fbba14

Complementary Color

#fbba14 #1455fb

#fbba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba14 Color CSS Codes

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

#fbba14 Text Font Color

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

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


#fbba14 Background Color

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

This div background color is #fbba14


#fbba14 Border Color

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

This div border color is #fbba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba14


Comments

No comments written yet.

Please login to write comment.