Color Hex Logo

#fba56e Color Hex

#FBA56E
(251,165,110)
0 Favorites   0 Comments

Color spaces of #fba56e

RGB 251165110
HSL0.070.950.71
HSV23°56°98°
CMYK 0.000.340.56   0.02
XYZ56.053348.545321.1677
Yxy48.54530.44570.3860
Hunter Lab69.674521.673530.7593
CIE-Lab75.167626.335841.3252

#fba56e color RGB value is (251,165,110).

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

The process color (four color CMYK) of #fba56e color hex is 0.00, 0.34, 0.56, 0.02. Web safe color of #fba56e is #ff9966. Color #fba56e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01101110
Octal 373 245 156
Decimal 251 165 110
Hex FB A5 6E

RGB Percentages of Color #fba56e

%47.72
%31.37
%20.91

CMYK Percentages of Color #fba56e

%0
%34
%56
%2

Triadic Colors of #fba56e

#fba56e #6efba5 #a56efb

Analogous Colors of #fba56e

#fba56e #fbec6e #fb6e7e

Monochromatic Colors of #fba56e

#fba56e

Complementary Color

#fba56e #6ec4fb

#fba56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba56e Color CSS Codes

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

#fba56e Text Font Color

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

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


#fba56e Background Color

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

This div background color is #fba56e


#fba56e Border Color

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

This div border color is #fba56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba56e

Related Colors


Comments

No comments written yet.

Please login to write comment.