Color Hex Logo

#fba179 Color Hex

#FBA179
(251,161,121)
0 Favorites   0 Comments

Color spaces of #fba179

RGB 251161121
HSL0.050.940.73
HSV18°52°98°
CMYK 0.000.360.52   0.02
XYZ55.979747.379424.2839
Yxy47.37940.43860.3712
Hunter Lab68.832724.711827.2656
CIE-Lab74.431829.323634.6294

#fba179 color RGB value is (251,161,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01111001
Octal 373 241 171
Decimal 251 161 121
Hex FB A1 79

RGB Percentages of Color #fba179

%47.09
%30.21
%22.70

CMYK Percentages of Color #fba179

%0
%36
%52
%2

Triadic Colors of #fba179

#fba179 #79fba1 #a179fb

Analogous Colors of #fba179

#fba179 #fbe279 #fb7992

Monochromatic Colors of #fba179

#fba179

Complementary Color

#fba179 #79d3fb

#fba179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba179 Color CSS Codes

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

#fba179 Text Font Color

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

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


#fba179 Background Color

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

This div background color is #fba179


#fba179 Border Color

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

This div border color is #fba179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba179


Comments

No comments written yet.

Please login to write comment.