Color Hex Logo

#fbab49 Color Hex

#FBAB49
(251,171,73)
0 Favorites   0 Comments

Color spaces of #fbab49

RGB 25117173
HSL0.090.960.64
HSV33°71°98°
CMYK 0.000.320.71   0.02
XYZ55.549250.116113.0489
Yxy50.11610.46790.4222
Hunter Lab70.792716.177038.6263
CIE-Lab76.140520.881560.2573

#fbab49 color RGB value is (251,171,73).

#fbab49 hex color red value is 251, green value is 171 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fbab49 hue: 0.09 , saturation: 0.96 and the lightness value of fbab49 is 0.64.

The process color (four color CMYK) of #fbab49 color hex is 0.00, 0.32, 0.71, 0.02. Web safe color of #fbab49 is #ff9933. Color #fbab49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01001001
Octal 373 253 111
Decimal 251 171 73
Hex FB AB 49

RGB Percentages of Color #fbab49

%50.71
%34.55
%14.75

CMYK Percentages of Color #fbab49

%0
%32
%71
%2

Triadic Colors of #fbab49

#fbab49 #49fbab #ab49fb

Analogous Colors of #fbab49

#fbab49 #f2fb49 #fb5249

Monochromatic Colors of #fbab49

#fbab49

Complementary Color

#fbab49 #4999fb

#fbab49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab49 Color CSS Codes

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

#fbab49 Text Font Color

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

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


#fbab49 Background Color

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

This div background color is #fbab49


#fbab49 Border Color

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

This div border color is #fbab49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab49


Comments

No comments written yet.

Please login to write comment.