Color Hex Logo

#fffbaa Color Hex

#FFFBAA
(255,251,170)
2 Favorites   0 Comments

Color spaces of #fffbaa

RGB 255251170
HSL0.161.000.83
HSV57°33°100°
CMYK 0.000.020.33   0.00
XYZ82.992993.156651.6370
Yxy93.15660.36430.4090
Hunter Lab96.5177-15.418735.8422
CIE-Lab97.2911-10.423339.3634

#fffbaa color RGB value is (255,251,170).

#fffbaa hex color red value is 255, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fffbaa hue: 0.16 , saturation: 1.00 and the lightness value of fffbaa is 0.83.

The process color (four color CMYK) of #fffbaa color hex is 0.00, 0.02, 0.33, 0.00. Web safe color of #fffbaa is #ffff99. Color #fffbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 10101010
Octal 377 373 252
Decimal 255 251 170
Hex FF FB AA

RGB Percentages of Color #fffbaa

%37.72
%37.13
%25.15

CMYK Percentages of Color #fffbaa

%0
%2
%33
%0

Triadic Colors of #fffbaa

#fffbaa #aafffb #fbaaff

Analogous Colors of #fffbaa

#fffbaa #d9ffaa #ffd1aa

Monochromatic Colors of #fffbaa

#fffbaa

Complementary Color

#fffbaa #aaaeff

#fffbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbaa Color CSS Codes

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

#fffbaa Text Font Color

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

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


#fffbaa Background Color

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

This div background color is #fffbaa


#fffbaa Border Color

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

This div border color is #fffbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbaa

Related Colors


Comments

No comments written yet.

Please login to write comment.