Color Hex Logo

#fba976 Color Hex

#FBA976
(251,169,118)
0 Favorites   0 Comments

Color spaces of #fba976

RGB 251169118
HSL0.060.940.72
HSV23°53°98°
CMYK 0.000.330.53   0.02
XYZ57.241650.193223.8108
Yxy50.19320.43610.3824
Hunter Lab70.847220.238229.6664
CIE-Lab76.187724.881038.4496

#fba976 color RGB value is (251,169,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01110110
Octal 373 251 166
Decimal 251 169 118
Hex FB A9 76

RGB Percentages of Color #fba976

%46.65
%31.41
%21.93

CMYK Percentages of Color #fba976

%0
%33
%53
%2

Triadic Colors of #fba976

#fba976 #76fba9 #a976fb

Analogous Colors of #fba976

#fba976 #fbec76 #fb7686

Monochromatic Colors of #fba976

#fba976

Complementary Color

#fba976 #76c8fb

#fba976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba976 Color CSS Codes

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

#fba976 Text Font Color

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

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


#fba976 Background Color

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

This div background color is #fba976


#fba976 Border Color

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

This div border color is #fba976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba976


Comments

No comments written yet.

Please login to write comment.