Color Hex Logo

#fbaa7b Color Hex

#FBAA7B
(251,170,123)
0 Favorites   0 Comments

Color spaces of #fbaa7b

RGB 251170123
HSL0.060.940.73
HSV22°51°98°
CMYK 0.000.320.51   0.02
XYZ57.733550.688725.4799
Yxy50.68870.43120.3786
Hunter Lab71.196020.154328.6183
CIE-Lab76.490124.783736.2187

#fbaa7b color RGB value is (251,170,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01111011
Octal 373 252 173
Decimal 251 170 123
Hex FB AA 7B

RGB Percentages of Color #fbaa7b

%46.14
%31.25
%22.61

CMYK Percentages of Color #fbaa7b

%0
%32
%51
%2

Triadic Colors of #fbaa7b

#fbaa7b #7bfbaa #aa7bfb

Analogous Colors of #fbaa7b

#fbaa7b #fbea7b #fb7b8c

Monochromatic Colors of #fbaa7b

#fbaa7b

Complementary Color

#fbaa7b #7bccfb

#fbaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa7b Color CSS Codes

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

#fbaa7b Text Font Color

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

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


#fbaa7b Background Color

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

This div background color is #fbaa7b


#fbaa7b Border Color

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

This div border color is #fbaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa7b


Comments

No comments written yet.

Please login to write comment.