Color Hex Logo

#fba70b Color Hex

#FBA70B
(251,167,11)
0 Favorites   0 Comments

Color spaces of #fba70b

RGB 25116711
HSL0.110.970.51
HSV39°96°98°
CMYK 0.000.330.96   0.02
XYZ53.662848.17086.7862
Yxy48.17080.49400.4435
Hunter Lab69.405216.553842.7865
CIE-Lab74.932521.301577.4841

#fba70b color RGB value is (251,167,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 00001011
Octal 373 247 13
Decimal 251 167 11
Hex FB A7 B

RGB Percentages of Color #fba70b

%58.51
%38.93
%2.56

CMYK Percentages of Color #fba70b

%0
%33
%96
%2

Triadic Colors of #fba70b

#fba70b #0bfba7 #a70bfb

Analogous Colors of #fba70b

#fba70b #d7fb0b #fb2f0b

Monochromatic Colors of #fba70b

#fba70b

Complementary Color

#fba70b #0b5ffb

#fba70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba70b Color CSS Codes

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

#fba70b Text Font Color

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

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


#fba70b Background Color

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

This div background color is #fba70b


#fba70b Border Color

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

This div border color is #fba70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba70b


Comments

No comments written yet.

Please login to write comment.