Color Hex Logo

#fba86c Color Hex

#FBA86C
(251,168,108)
0 Favorites   0 Comments

Color spaces of #fba86c

RGB 251168108
HSL0.070.950.70
HSV25°57°98°
CMYK 0.000.330.57   0.02
XYZ56.493149.597220.7831
Yxy49.59720.44530.3909
Hunter Lab70.425319.943231.8007
CIE-Lab75.821424.611543.1584

#fba86c color RGB value is (251,168,108).

#fba86c hex color red value is 251, green value is 168 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fba86c hue: 0.07 , saturation: 0.95 and the lightness value of fba86c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01101100
Octal 373 250 154
Decimal 251 168 108
Hex FB A8 6C

RGB Percentages of Color #fba86c

%47.63
%31.88
%20.49

CMYK Percentages of Color #fba86c

%0
%33
%57
%2

Triadic Colors of #fba86c

#fba86c #6cfba8 #a86cfb

Analogous Colors of #fba86c

#fba86c #fbf06c #fb6c78

Monochromatic Colors of #fba86c

#fba86c

Complementary Color

#fba86c #6cbffb

#fba86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba86c Color CSS Codes

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

#fba86c Text Font Color

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

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


#fba86c Background Color

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

This div background color is #fba86c


#fba86c Border Color

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

This div border color is #fba86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba86c

Related Colors


Comments

No comments written yet.

Please login to write comment.