Color Hex Logo

#fbaa68 Color Hex

#FBAA68
(251,170,104)
0 Favorites   0 Comments

Color spaces of #fbaa68

RGB 251170104
HSL0.070.950.70
HSV27°59°98°
CMYK 0.000.320.59   0.02
XYZ56.657150.258219.8113
Yxy50.25820.44710.3966
Hunter Lab70.893018.592933.0563
CIE-Lab76.227523.267445.6822

#fbaa68 color RGB value is (251,170,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01101000
Octal 373 252 150
Decimal 251 170 104
Hex FB AA 68

RGB Percentages of Color #fbaa68

%47.81
%32.38
%19.81

CMYK Percentages of Color #fbaa68

%0
%32
%59
%2

Triadic Colors of #fbaa68

#fbaa68 #68fbaa #aa68fb

Analogous Colors of #fbaa68

#fbaa68 #fbf468 #fb6870

Monochromatic Colors of #fbaa68

#fbaa68

Complementary Color

#fbaa68 #68b9fb

#fbaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa68 Color CSS Codes

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

#fbaa68 Text Font Color

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

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


#fbaa68 Background Color

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

This div background color is #fbaa68


#fbaa68 Border Color

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

This div border color is #fbaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa68


Comments

No comments written yet.

Please login to write comment.