Color Hex Logo

#ffaaaa Color Hex

#FFAAAA
(255,170,170)
15 Favorites   0 Comments

Color spaces of #ffaaaa

RGB 255170170
HSL0.001.000.83
HSV33°100°
CMYK 0.000.330.33   0.00
XYZ62.870452.911744.9296
Yxy52.91170.39120.3292
Hunter Lab72.740426.983914.2966
CIE-Lab77.822831.242812.8660

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

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

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

Base Numbers

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

RGB Percentages of Color #ffaaaa

%42.86
%28.57
%28.57

CMYK Percentages of Color #ffaaaa

%0
%33
%33
%0

Triadic Colors of #ffaaaa

#ffaaaa #aaffaa #aaaaff

Analogous Colors of #ffaaaa

#ffaaaa #ffd5aa #ffaad5

Monochromatic Colors of #ffaaaa

#ffaaaa

Complementary Color

#ffaaaa #aaffff

#ffaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaaa Color CSS Codes

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

#ffaaaa Text Font Color

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

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


#ffaaaa Background Color

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

This div background color is #ffaaaa


#ffaaaa Border Color

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

This div border color is #ffaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaaa


Comments

No comments written yet.

Please login to write comment.