Color Hex Logo

#ffaa96 Color Hex

#FFAA96
(255,170,150)
0 Favorites   0 Comments

Color spaces of #ffaa96

RGB 255170150
HSL0.031.000.79
HSV11°41°100°
CMYK 0.000.330.41   0.00
XYZ61.119752.211535.7106
Yxy52.21150.41010.3503
Hunter Lab72.257524.535221.2784
CIE-Lab77.407128.952723.1220

#ffaa96 color RGB value is (255,170,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10010110
Octal 377 252 226
Decimal 255 170 150
Hex FF AA 96

RGB Percentages of Color #ffaa96

%44.35
%29.57
%26.09

CMYK Percentages of Color #ffaa96

%0
%33
%41
%0

Triadic Colors of #ffaa96

#ffaa96 #96ffaa #aa96ff

Analogous Colors of #ffaa96

#ffaa96 #ffdf96 #ff96b7

Monochromatic Colors of #ffaa96

#ffaa96

Complementary Color

#ffaa96 #96ebff

#ffaa96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa96 Color CSS Codes

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

#ffaa96 Text Font Color

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

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


#ffaa96 Background Color

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

This div background color is #ffaa96


#ffaa96 Border Color

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

This div border color is #ffaa96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa96

Related Colors


Comments

No comments written yet.

Please login to write comment.