Color Hex Logo

#fbab4e Color Hex

#FBAB4E
(251,171,78)
0 Favorites   0 Comments

Color spaces of #fbab4e

RGB 25117178
HSL0.090.960.65
HSV32°69°98°
CMYK 0.000.320.69   0.02
XYZ55.721750.185113.9576
Yxy50.18510.46490.4187
Hunter Lab70.841416.430137.9073
CIE-Lab76.182721.131658.0925

#fbab4e color RGB value is (251,171,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01001110
Octal 373 253 116
Decimal 251 171 78
Hex FB AB 4E

RGB Percentages of Color #fbab4e

%50.20
%34.20
%15.60

CMYK Percentages of Color #fbab4e

%0
%32
%69
%2

Triadic Colors of #fbab4e

#fbab4e #4efbab #ab4efb

Analogous Colors of #fbab4e

#fbab4e #f5fb4e #fb544e

Monochromatic Colors of #fbab4e

#fbab4e

Complementary Color

#fbab4e #4e9efb

#fbab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab4e Color CSS Codes

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

#fbab4e Text Font Color

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

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


#fbab4e Background Color

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

This div background color is #fbab4e


#fbab4e Border Color

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

This div border color is #fbab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab4e

Related Colors


Comments

No comments written yet.

Please login to write comment.