Color Hex Logo

#fbab79 Color Hex

#FBAB79
(251,171,121)
0 Favorites   0 Comments

Color spaces of #fbab79

RGB 251171121
HSL0.060.940.73
HSV23°52°98°
CMYK 0.000.320.52   0.02
XYZ57.797851.015524.8899
Yxy51.01550.43230.3816
Hunter Lab71.425119.449729.3365
CIE-Lab76.688424.085937.5194

#fbab79 color RGB value is (251,171,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01111001
Octal 373 253 171
Decimal 251 171 121
Hex FB AB 79

RGB Percentages of Color #fbab79

%46.22
%31.49
%22.28

CMYK Percentages of Color #fbab79

%0
%32
%52
%2

Triadic Colors of #fbab79

#fbab79 #79fbab #ab79fb

Analogous Colors of #fbab79

#fbab79 #fbec79 #fb7988

Monochromatic Colors of #fbab79

#fbab79

Complementary Color

#fbab79 #79c9fb

#fbab79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab79 Color CSS Codes

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

#fbab79 Text Font Color

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

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


#fbab79 Background Color

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

This div background color is #fbab79


#fbab79 Border Color

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

This div border color is #fbab79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab79

Related Colors


Comments

No comments written yet.

Please login to write comment.