Color Hex Logo

#fbaa5f Color Hex

#FBAA5F
(251,170,95)
0 Favorites   0 Comments

Color spaces of #fbaa5f

RGB 25117095
HSL0.080.950.68
HSV29°62°98°
CMYK 0.000.320.62   0.02
XYZ56.223950.084917.5305
Yxy50.08490.45400.4044
Hunter Lab70.770717.960934.8528
CIE-Lab76.121322.649650.0268

#fbaa5f color RGB value is (251,170,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01011111
Octal 373 252 137
Decimal 251 170 95
Hex FB AA 5F

RGB Percentages of Color #fbaa5f

%48.64
%32.95
%18.41

CMYK Percentages of Color #fbaa5f

%0
%32
%62
%2

Triadic Colors of #fbaa5f

#fbaa5f #5ffbaa #aa5ffb

Analogous Colors of #fbaa5f

#fbaa5f #fbf85f #fb5f62

Monochromatic Colors of #fbaa5f

#fbaa5f

Complementary Color

#fbaa5f #5fb0fb

#fbaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa5f Color CSS Codes

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

#fbaa5f Text Font Color

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

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


#fbaa5f Background Color

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

This div background color is #fbaa5f


#fbaa5f Border Color

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

This div border color is #fbaa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa5f


Comments

No comments written yet.

Please login to write comment.