Color Hex Logo

#ffaa5c Color Hex

#FFAA5C
(255,170,92)
0 Favorites   0 Comments

Color spaces of #ffaa5c

RGB 25517092
HSL0.081.000.68
HSV29°64°100°
CMYK 0.000.330.64   0.00
XYZ57.546550.782216.8941
Yxy50.78220.45960.4055
Hunter Lab71.261619.437735.8272
CIE-Lab76.546924.081152.0933

#ffaa5c color RGB value is (255,170,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01011100
Octal 377 252 134
Decimal 255 170 92
Hex FF AA 5C

RGB Percentages of Color #ffaa5c

%49.32
%32.88
%17.79

CMYK Percentages of Color #ffaa5c

%0
%33
%64
%0

Triadic Colors of #ffaa5c

#ffaa5c #5cffaa #aa5cff

Analogous Colors of #ffaa5c

#ffaa5c #fffc5c #ff5c60

Monochromatic Colors of #ffaa5c

#ffaa5c

Complementary Color

#ffaa5c #5cb1ff

#ffaa5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa5c Color CSS Codes

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

#ffaa5c Text Font Color

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

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


#ffaa5c Background Color

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

This div background color is #ffaa5c


#ffaa5c Border Color

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

This div border color is #ffaa5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa5c

Related Colors


Comments

No comments written yet.

Please login to write comment.