Color Hex Logo

#fbab80 Color Hex

#FBAB80
(251,171,128)
0 Favorites   0 Comments

Color spaces of #fbab80

RGB 251171128
HSL0.060.940.74
HSV21°49°98°
CMYK 0.000.320.49   0.02
XYZ58.242951.193627.2337
Yxy51.19360.42620.3746
Hunter Lab71.549720.090627.5175
CIE-Lab76.796124.706233.9813

#fbab80 color RGB value is (251,171,128).

#fbab80 hex color red value is 251, green value is 171 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fbab80 hue: 0.06 , saturation: 0.94 and the lightness value of fbab80 is 0.74.

The process color (four color CMYK) of #fbab80 color hex is 0.00, 0.32, 0.49, 0.02. Web safe color of #fbab80 is #ff9999. Color #fbab80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10000000
Octal 373 253 200
Decimal 251 171 128
Hex FB AB 80

RGB Percentages of Color #fbab80

%45.64
%31.09
%23.27

CMYK Percentages of Color #fbab80

%0
%32
%49
%2

Triadic Colors of #fbab80

#fbab80 #80fbab #ab80fb

Analogous Colors of #fbab80

#fbab80 #fbe980 #fb8093

Monochromatic Colors of #fbab80

#fbab80

Complementary Color

#fbab80 #80d0fb

#fbab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab80 Color CSS Codes

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

#fbab80 Text Font Color

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

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


#fbab80 Background Color

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

This div background color is #fbab80


#fbab80 Border Color

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

This div border color is #fbab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab80


Comments

No comments written yet.

Please login to write comment.