Color Hex Logo

#fba876 Color Hex

#FBA876
(251,168,118)
0 Favorites   0 Comments

Color spaces of #fba876

RGB 251168118
HSL0.060.940.72
HSV23°53°98°
CMYK 0.000.330.53   0.02
XYZ57.056349.822523.7490
Yxy49.82250.43680.3814
Hunter Lab70.585120.763829.4609
CIE-Lab75.960225.405538.1617

#fba876 color RGB value is (251,168,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01110110
Octal 373 250 166
Decimal 251 168 118
Hex FB A8 76

RGB Percentages of Color #fba876

%46.74
%31.28
%21.97

CMYK Percentages of Color #fba876

%0
%33
%53
%2

Triadic Colors of #fba876

#fba876 #76fba8 #a876fb

Analogous Colors of #fba876

#fba876 #fbeb76 #fb7687

Monochromatic Colors of #fba876

#fba876

Complementary Color

#fba876 #76c9fb

#fba876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba876 Color CSS Codes

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

#fba876 Text Font Color

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

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


#fba876 Background Color

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

This div background color is #fba876


#fba876 Border Color

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

This div border color is #fba876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba876


Comments

No comments written yet.

Please login to write comment.