Color Hex Logo

#fbaa81 Color Hex

#FBAA81
(251,170,129)
0 Favorites   0 Comments

Color spaces of #fbaa81

RGB 251170129
HSL0.060.940.75
HSV20°49°98°
CMYK 0.000.320.49   0.02
XYZ58.120850.843727.5194
Yxy50.84370.42580.3725
Hunter Lab71.304820.712727.0309
CIE-Lab76.584225.322633.1768

#fbaa81 color RGB value is (251,170,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10000001
Octal 373 252 201
Decimal 251 170 129
Hex FB AA 81

RGB Percentages of Color #fbaa81

%45.64
%30.91
%23.45

CMYK Percentages of Color #fbaa81

%0
%32
%49
%2

Triadic Colors of #fbaa81

#fbaa81 #81fbaa #aa81fb

Analogous Colors of #fbaa81

#fbaa81 #fbe781 #fb8195

Monochromatic Colors of #fbaa81

#fbaa81

Complementary Color

#fbaa81 #81d2fb

#fbaa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa81 Color CSS Codes

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

#fbaa81 Text Font Color

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

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


#fbaa81 Background Color

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

This div background color is #fbaa81


#fbaa81 Border Color

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

This div border color is #fbaa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa81


Comments

No comments written yet.

Please login to write comment.