Color Hex Logo

#fba970 Color Hex

#FBA970
(251,169,112)
0 Favorites   0 Comments

Color spaces of #fba970

RGB 251169112
HSL0.070.950.71
HSV25°55°98°
CMYK 0.000.330.55   0.02
XYZ56.896350.055021.9921
Yxy50.05500.44130.3882
Hunter Lab70.749619.736731.0947
CIE-Lab76.103024.395241.4530

#fba970 color RGB value is (251,169,112).

#fba970 hex color red value is 251, green value is 169 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fba970 hue: 0.07 , saturation: 0.95 and the lightness value of fba970 is 0.71.

The process color (four color CMYK) of #fba970 color hex is 0.00, 0.33, 0.55, 0.02. Web safe color of #fba970 is #ff9966. Color #fba970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01110000
Octal 373 251 160
Decimal 251 169 112
Hex FB A9 70

RGB Percentages of Color #fba970

%47.18
%31.77
%21.05

CMYK Percentages of Color #fba970

%0
%33
%55
%2

Triadic Colors of #fba970

#fba970 #70fba9 #a970fb

Analogous Colors of #fba970

#fba970 #fbef70 #fb707d

Monochromatic Colors of #fba970

#fba970

Complementary Color

#fba970 #70c2fb

#fba970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba970 Color CSS Codes

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

#fba970 Text Font Color

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

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


#fba970 Background Color

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

This div background color is #fba970


#fba970 Border Color

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

This div border color is #fba970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba970


Comments

No comments written yet.

Please login to write comment.