Color Hex Logo

#fbaa74 Color Hex

#FBAA74
(251,170,116)
0 Favorites   0 Comments

Color spaces of #fbaa74

RGB 251170116
HSL0.070.940.72
HSV24°54°98°
CMYK 0.000.320.54   0.02
XYZ57.310850.519623.2537
Yxy50.51960.43720.3854
Hunter Lab71.077119.542830.3566
CIE-Lab76.387124.191639.7405

#fbaa74 color RGB value is (251,170,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01110100
Octal 373 252 164
Decimal 251 170 116
Hex FB AA 74

RGB Percentages of Color #fbaa74

%46.74
%31.66
%21.60

CMYK Percentages of Color #fbaa74

%0
%32
%54
%2

Triadic Colors of #fbaa74

#fbaa74 #74fbaa #aa74fb

Analogous Colors of #fbaa74

#fbaa74 #fbee74 #fb7482

Monochromatic Colors of #fbaa74

#fbaa74

Complementary Color

#fbaa74 #74c5fb

#fbaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa74 Color CSS Codes

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

#fbaa74 Text Font Color

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

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


#fbaa74 Background Color

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

This div background color is #fbaa74


#fbaa74 Border Color

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

This div border color is #fbaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa74


Comments

No comments written yet.

Please login to write comment.