Color Hex Logo

#ffaa60 Color Hex

#FFAA60
(255,170,96)
0 Favorites   0 Comments

Color spaces of #ffaa60

RGB 25517096
HSL0.081.000.69
HSV28°62°100°
CMYK 0.000.330.62   0.00
XYZ57.726050.854017.8396
Yxy50.85400.45660.4023
Hunter Lab71.312019.697135.0862
CIE-Lab76.590524.332550.1999

#ffaa60 color RGB value is (255,170,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01100000
Octal 377 252 140
Decimal 255 170 96
Hex FF AA 60

RGB Percentages of Color #ffaa60

%48.94
%32.63
%18.43

CMYK Percentages of Color #ffaa60

%0
%33
%62
%0

Triadic Colors of #ffaa60

#ffaa60 #60ffaa #aa60ff

Analogous Colors of #ffaa60

#ffaa60 #fffa60 #ff6066

Monochromatic Colors of #ffaa60

#ffaa60

Complementary Color

#ffaa60 #60b5ff

#ffaa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa60 Color CSS Codes

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

#ffaa60 Text Font Color

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

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


#ffaa60 Background Color

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

This div background color is #ffaa60


#ffaa60 Border Color

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

This div border color is #ffaa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa60

#ffaa60 Color Palettes


Comments

No comments written yet.

Please login to write comment.