Color Hex Logo

#fbab5f Color Hex

#FBAB5F
(251,171,95)
0 Favorites   0 Comments

Color spaces of #fbab5f

RGB 25117195
HSL0.080.950.68
HSV29°62°98°
CMYK 0.000.320.62   0.02
XYZ56.412150.461317.5932
Yxy50.46130.45320.4054
Hunter Lab71.036117.439535.0412
CIE-Lab76.351522.125250.2941

#fbab5f color RGB value is (251,171,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01011111
Octal 373 253 137
Decimal 251 171 95
Hex FB AB 5F

RGB Percentages of Color #fbab5f

%48.55
%33.08
%18.38

CMYK Percentages of Color #fbab5f

%0
%32
%62
%2

Triadic Colors of #fbab5f

#fbab5f #5ffbab #ab5ffb

Analogous Colors of #fbab5f

#fbab5f #fbf95f #fb5f61

Monochromatic Colors of #fbab5f

#fbab5f

Complementary Color

#fbab5f #5faffb

#fbab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab5f Color CSS Codes

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

#fbab5f Text Font Color

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

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


#fbab5f Background Color

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

This div background color is #fbab5f


#fbab5f Border Color

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

This div border color is #fbab5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,171,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 #fbab5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab5f

Related Colors


Comments

No comments written yet.

Please login to write comment.