Color Hex Logo

#fbaa83 Color Hex

#FBAA83
(251,170,131)
0 Favorites   0 Comments

Color spaces of #fbaa83

RGB 251170131
HSL0.050.940.75
HSV20°48°98°
CMYK 0.000.320.48   0.02
XYZ58.255150.897428.2265
Yxy50.89740.42400.3705
Hunter Lab71.342420.906126.4817
CIE-Lab76.616825.508732.1591

#fbaa83 color RGB value is (251,170,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10000011
Octal 373 252 203
Decimal 251 170 131
Hex FB AA 83

RGB Percentages of Color #fbaa83

%45.47
%30.80
%23.73

CMYK Percentages of Color #fbaa83

%0
%32
%48
%2

Triadic Colors of #fbaa83

#fbaa83 #83fbaa #aa83fb

Analogous Colors of #fbaa83

#fbaa83 #fbe683 #fb8398

Monochromatic Colors of #fbaa83

#fbaa83

Complementary Color

#fbaa83 #83d4fb

#fbaa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa83 Color CSS Codes

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

#fbaa83 Text Font Color

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

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


#fbaa83 Background Color

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

This div background color is #fbaa83


#fbaa83 Border Color

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

This div border color is #fbaa83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa83

Related Colors


Comments

No comments written yet.

Please login to write comment.