Color Hex Logo

#fbab53 Color Hex

#FBAB53
(251,171,83)
0 Favorites   0 Comments

Color spaces of #fbab53

RGB 25117183
HSL0.090.950.65
HSV31°67°98°
CMYK 0.000.320.67   0.02
XYZ55.907950.259614.9380
Yxy50.25960.46160.4150
Hunter Lab70.894016.702837.1329
CIE-Lab76.228321.400755.8632

#fbab53 color RGB value is (251,171,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01010011
Octal 373 253 123
Decimal 251 171 83
Hex FB AB 53

RGB Percentages of Color #fbab53

%49.70
%33.86
%16.44

CMYK Percentages of Color #fbab53

%0
%32
%67
%2

Triadic Colors of #fbab53

#fbab53 #53fbab #ab53fb

Analogous Colors of #fbab53

#fbab53 #f7fb53 #fb5753

Monochromatic Colors of #fbab53

#fbab53

Complementary Color

#fbab53 #53a3fb

#fbab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab53 Color CSS Codes

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

#fbab53 Text Font Color

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

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


#fbab53 Background Color

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

This div background color is #fbab53


#fbab53 Border Color

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

This div border color is #fbab53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab53

Related Colors


Comments

No comments written yet.

Please login to write comment.