Color Hex Logo

#fba956 Color Hex

#FBA956
(251,169,86)
0 Favorites   0 Comments

Color spaces of #fba956

RGB 25116986
HSL0.080.950.66
HSV30°66°98°
CMYK 0.000.330.66   0.02
XYZ55.651349.557015.4364
Yxy49.55700.46130.4108
Hunter Lab70.396717.916836.2768
CIE-Lab75.796522.619953.9841

#fba956 color RGB value is (251,169,86).

#fba956 hex color red value is 251, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fba956 hue: 0.08 , saturation: 0.95 and the lightness value of fba956 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01010110
Octal 373 251 126
Decimal 251 169 86
Hex FB A9 56

RGB Percentages of Color #fba956

%49.60
%33.40
%17.00

CMYK Percentages of Color #fba956

%0
%33
%66
%2

Triadic Colors of #fba956

#fba956 #56fba9 #a956fb

Analogous Colors of #fba956

#fba956 #fbfb56 #fb5756

Monochromatic Colors of #fba956

#fba956

Complementary Color

#fba956 #56a8fb

#fba956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba956 Color CSS Codes

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

#fba956 Text Font Color

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

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


#fba956 Background Color

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

This div background color is #fba956


#fba956 Border Color

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

This div border color is #fba956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba956


Comments

No comments written yet.

Please login to write comment.