Color Hex Logo

#ffaa5b Color Hex

#FFAA5B
(255,170,91)
0 Favorites   0 Comments

Color spaces of #ffaa5b

RGB 25517091
HSL0.081.000.68
HSV29°64°100°
CMYK 0.000.330.64   0.00
XYZ57.503150.764816.6654
Yxy50.76480.46030.4063
Hunter Lab71.249419.375136.0065
CIE-Lab76.536324.020352.5623

#ffaa5b color RGB value is (255,170,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01011011
Octal 377 252 133
Decimal 255 170 91
Hex FF AA 5B

RGB Percentages of Color #ffaa5b

%49.42
%32.95
%17.64

CMYK Percentages of Color #ffaa5b

%0
%33
%64
%0

Triadic Colors of #ffaa5b

#ffaa5b #5bffaa #aa5bff

Analogous Colors of #ffaa5b

#ffaa5b #fffc5b #ff5b5e

Monochromatic Colors of #ffaa5b

#ffaa5b

Complementary Color

#ffaa5b #5bb0ff

#ffaa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa5b Color CSS Codes

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

#ffaa5b Text Font Color

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

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


#ffaa5b Background Color

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

This div background color is #ffaa5b


#ffaa5b Border Color

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

This div border color is #ffaa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa5b

#ffaa5b Color Palettes


Comments

No comments written yet.

Please login to write comment.