Color Hex Logo

#fba977 Color Hex

#FBA977
(251,169,119)
0 Favorites   0 Comments

Color spaces of #fba977

RGB 251169119
HSL0.060.940.73
HSV23°53°98°
CMYK 0.000.330.53   0.02
XYZ57.301450.217124.1255
Yxy50.21710.43530.3815
Hunter Lab70.864020.324929.4197
CIE-Lab76.202324.964937.9463

#fba977 color RGB value is (251,169,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01110111
Octal 373 251 167
Decimal 251 169 119
Hex FB A9 77

RGB Percentages of Color #fba977

%46.57
%31.35
%22.08

CMYK Percentages of Color #fba977

%0
%33
%53
%2

Triadic Colors of #fba977

#fba977 #77fba9 #a977fb

Analogous Colors of #fba977

#fba977 #fbeb77 #fb7787

Monochromatic Colors of #fba977

#fba977

Complementary Color

#fba977 #77c9fb

#fba977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba977 Color CSS Codes

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

#fba977 Text Font Color

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

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


#fba977 Background Color

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

This div background color is #fba977


#fba977 Border Color

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

This div border color is #fba977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba977

Related Colors


Comments

No comments written yet.

Please login to write comment.