Color Hex Logo

#ffffaa Color Hex

#FFFFAA
(255,255,170)
8 Favorites   2 Comments

Color spaces of #ffffaa

RGB 255255170
HSL0.171.000.83
HSV60°33°100°
CMYK 0.000.000.33   0.00
XYZ84.255795.682352.0580
Yxy95.68230.36320.4124
Hunter Lab97.8173-17.428036.9182
CIE-Lab98.3059-12.385540.6902

#ffffaa color RGB value is (255,255,170). This hex color code is also a web safe color which is equal to #FFA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 10101010
Octal 377 377 252
Decimal 255 255 170
Hex FF FF AA

RGB Percentages of Color #ffffaa

%37.50
%37.50
%25.00

CMYK Percentages of Color #ffffaa

%0
%0
%33
%0

Triadic Colors of #ffffaa

#ffffaa #aaffff #ffaaff

Analogous Colors of #ffffaa

#ffffaa #d5ffaa #ffd5aa

Monochromatic Colors of #ffffaa

#ffffaa

Complementary Color

#ffffaa #aaaaff

#ffffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffaa Color CSS Codes

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

#ffffaa Text Font Color

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

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


#ffffaa Background Color

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

This div background color is #ffffaa


#ffffaa Border Color

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

This div border color is #ffffaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,255,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 #ffffaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffaa

Related Colors

#ffffaa Color Palettes


Comments

17 Apr 2024, 18:07 riceckrispy

buttar

13 May 2018, 13:34 ChromaWarrior

Smooth, calm, melting butter

Please login to write comment.