Color Hex Logo

#fbaa77 Color Hex

#FBAA77
(251,170,119)
0 Favorites   0 Comments

Color spaces of #fbaa77

RGB 251170119
HSL0.060.940.73
HSV23°53°98°
CMYK 0.000.320.53   0.02
XYZ57.488250.590624.1878
Yxy50.59060.43460.3825
Hunter Lab71.127119.799629.6265
CIE-Lab76.430424.440538.2354

#fbaa77 color RGB value is (251,170,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01110111
Octal 373 252 167
Decimal 251 170 119
Hex FB AA 77

RGB Percentages of Color #fbaa77

%46.48
%31.48
%22.04

CMYK Percentages of Color #fbaa77

%0
%32
%53
%2

Triadic Colors of #fbaa77

#fbaa77 #77fbaa #aa77fb

Analogous Colors of #fbaa77

#fbaa77 #fbec77 #fb7786

Monochromatic Colors of #fbaa77

#fbaa77

Complementary Color

#fbaa77 #77c8fb

#fbaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa77 Color CSS Codes

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

#fbaa77 Text Font Color

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

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


#fbaa77 Background Color

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

This div background color is #fbaa77


#fbaa77 Border Color

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

This div border color is #fbaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa77

Related Colors


Comments

No comments written yet.

Please login to write comment.