Color Hex Logo

#ffaa5a Color Hex

#FFAA5A
(255,170,90)
0 Favorites   0 Comments

Color spaces of #ffaa5a

RGB 25517090
HSL0.081.000.68
HSV29°65°100°
CMYK 0.000.330.65   0.00
XYZ57.460250.747616.4397
Yxy50.74760.46100.4071
Hunter Lab71.237319.313136.1836
CIE-Lab76.525923.960153.0294

#ffaa5a color RGB value is (255,170,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01011010
Octal 377 252 132
Decimal 255 170 90
Hex FF AA 5A

RGB Percentages of Color #ffaa5a

%49.51
%33.01
%17.48

CMYK Percentages of Color #ffaa5a

%0
%33
%65
%0

Triadic Colors of #ffaa5a

#ffaa5a #5affaa #aa5aff

Analogous Colors of #ffaa5a

#ffaa5a #fffd5a #ff5a5d

Monochromatic Colors of #ffaa5a

#ffaa5a

Complementary Color

#ffaa5a #5aafff

#ffaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa5a Color CSS Codes

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

#ffaa5a Text Font Color

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

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


#ffaa5a Background Color

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

This div background color is #ffaa5a


#ffaa5a Border Color

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

This div border color is #ffaa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa5a

Related Colors


Comments

No comments written yet.

Please login to write comment.