Color Hex Logo

#fba886 Color Hex

#FBA886
(251,168,134)
0 Favorites   0 Comments

Color spaces of #fba886

RGB 251168134
HSL0.050.940.75
HSV17°47°98°
CMYK 0.000.330.47   0.02
XYZ58.089450.235729.1891
Yxy50.23570.42240.3653
Hunter Lab70.877122.259825.1968
CIE-Lab76.213726.843230.0306

#fba886 color RGB value is (251,168,134).

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

The process color (four color CMYK) of #fba886 color hex is 0.00, 0.33, 0.47, 0.02. Web safe color of #fba886 is #ff9999. Color #fba886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10000110
Octal 373 250 206
Decimal 251 168 134
Hex FB A8 86

RGB Percentages of Color #fba886

%45.39
%30.38
%24.23

CMYK Percentages of Color #fba886

%0
%33
%47
%2

Triadic Colors of #fba886

#fba886 #86fba8 #a886fb

Analogous Colors of #fba886

#fba886 #fbe386 #fb869f

Monochromatic Colors of #fba886

#fba886

Complementary Color

#fba886 #86d9fb

#fba886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba886 Color CSS Codes

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

#fba886 Text Font Color

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

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


#fba886 Background Color

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

This div background color is #fba886


#fba886 Border Color

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

This div border color is #fba886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba886


Comments

No comments written yet.

Please login to write comment.