Color Hex Logo

#fba370 Color Hex

#FBA370
(251,163,112)
0 Favorites   0 Comments

Color spaces of #fba370

RGB 251163112
HSL0.060.950.71
HSV22°55°98°
CMYK 0.000.350.55   0.02
XYZ55.805547.873521.6285
Yxy47.87350.44530.3820
Hunter Lab69.190722.884929.8999
CIE-Lab74.745127.538139.7621

#fba370 color RGB value is (251,163,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01110000
Octal 373 243 160
Decimal 251 163 112
Hex FB A3 70

RGB Percentages of Color #fba370

%47.72
%30.99
%21.29

CMYK Percentages of Color #fba370

%0
%35
%55
%2

Triadic Colors of #fba370

#fba370 #70fba3 #a370fb

Analogous Colors of #fba370

#fba370 #fbe970 #fb7083

Monochromatic Colors of #fba370

#fba370

Complementary Color

#fba370 #70c8fb

#fba370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba370 Color CSS Codes

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

#fba370 Text Font Color

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

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


#fba370 Background Color

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

This div background color is #fba370


#fba370 Border Color

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

This div border color is #fba370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba370


Comments

No comments written yet.

Please login to write comment.