Color Hex Logo

#fbaa5e Color Hex

#FBAA5E
(251,170,94)
0 Favorites   0 Comments

Color spaces of #fbaa5e

RGB 25117094
HSL0.080.950.68
HSV29°63°98°
CMYK 0.000.320.63   0.02
XYZ56.178850.066817.2926
Yxy50.06680.45470.4053
Hunter Lab70.757917.895235.0406
CIE-Lab76.110222.585250.5021

#fbaa5e color RGB value is (251,170,94).

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

The process color (four color CMYK) of #fbaa5e color hex is 0.00, 0.32, 0.63, 0.02. Web safe color of #fbaa5e is #ff9966. Color #fbaa5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01011110
Octal 373 252 136
Decimal 251 170 94
Hex FB AA 5E

RGB Percentages of Color #fbaa5e

%48.74
%33.01
%18.25

CMYK Percentages of Color #fbaa5e

%0
%32
%63
%2

Triadic Colors of #fbaa5e

#fbaa5e #5efbaa #aa5efb

Analogous Colors of #fbaa5e

#fbaa5e #fbf95e #fb5e61

Monochromatic Colors of #fbaa5e

#fbaa5e

Complementary Color

#fbaa5e #5eaffb

#fbaa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa5e Color CSS Codes

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

#fbaa5e Text Font Color

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

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


#fbaa5e Background Color

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

This div background color is #fbaa5e


#fbaa5e Border Color

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

This div border color is #fbaa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa5e

Related Colors


Comments

No comments written yet.

Please login to write comment.