Color Hex Logo

#fba078 Color Hex

#FBA078
(251,160,120)
0 Favorites   0 Comments

Color spaces of #fba078

RGB 251160120
HSL0.050.940.73
HSV18°52°98°
CMYK 0.000.360.52   0.02
XYZ55.744647.006923.9045
Yxy47.00690.44010.3711
Hunter Lab68.561625.148227.3212
CIE-Lab74.194229.760234.8547

#fba078 color RGB value is (251,160,120).

#fba078 hex color red value is 251, green value is 160 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fba078 hue: 0.05 , saturation: 0.94 and the lightness value of fba078 is 0.73.

The process color (four color CMYK) of #fba078 color hex is 0.00, 0.36, 0.52, 0.02. Web safe color of #fba078 is #ff9966. Color #fba078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01111000
Octal 373 240 170
Decimal 251 160 120
Hex FB A0 78

RGB Percentages of Color #fba078

%47.27
%30.13
%22.60

CMYK Percentages of Color #fba078

%0
%36
%52
%2

Triadic Colors of #fba078

#fba078 #78fba0 #a078fb

Analogous Colors of #fba078

#fba078 #fbe278 #fb7892

Monochromatic Colors of #fba078

#fba078

Complementary Color

#fba078 #78d3fb

#fba078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba078 Color CSS Codes

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

#fba078 Text Font Color

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

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


#fba078 Background Color

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

This div background color is #fba078


#fba078 Border Color

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

This div border color is #fba078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba078

#fba078 Color Palettes


Comments

No comments written yet.

Please login to write comment.