Color Hex Logo

#fba077 Color Hex

#FBA077
(251,160,119)
0 Favorites   0 Comments

Color spaces of #fba077

RGB 251160119
HSL0.050.940.73
HSV19°53°98°
CMYK 0.000.360.53   0.02
XYZ55.684246.982823.5865
Yxy46.98280.44110.3721
Hunter Lab68.544025.058927.5787
CIE-Lab74.178829.675535.3655

#fba077 color RGB value is (251,160,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01110111
Octal 373 240 167
Decimal 251 160 119
Hex FB A0 77

RGB Percentages of Color #fba077

%47.36
%30.19
%22.45

CMYK Percentages of Color #fba077

%0
%36
%53
%2

Triadic Colors of #fba077

#fba077 #77fba0 #a077fb

Analogous Colors of #fba077

#fba077 #fbe277 #fb7790

Monochromatic Colors of #fba077

#fba077

Complementary Color

#fba077 #77d2fb

#fba077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba077 Color CSS Codes

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

#fba077 Text Font Color

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

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


#fba077 Background Color

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

This div background color is #fba077


#fba077 Border Color

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

This div border color is #fba077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba077


Comments

No comments written yet.

Please login to write comment.