Color Hex Logo

#ffaa55 Color Hex

#FFAA55
(255,170,85)
2 Favorites   0 Comments

Color spaces of #ffaa55

RGB 25517085
HSL0.081.000.67
HSV30°67°100°
CMYK 0.000.330.67   0.00
XYZ57.254450.665315.3561
Yxy50.66530.46440.4110
Hunter Lab71.179619.015037.0346
CIE-Lab76.475823.670555.3364

#ffaa55 color RGB value is (255,170,85). This hex color code is also a web safe color which is equal to #FA5.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01010101
Octal 377 252 125
Decimal 255 170 85
Hex FF AA 55

RGB Percentages of Color #ffaa55

%50.00
%33.33
%16.67

CMYK Percentages of Color #ffaa55

%0
%33
%67
%0

Triadic Colors of #ffaa55

#ffaa55 #55ffaa #aa55ff

Analogous Colors of #ffaa55

#ffaa55 #ffff55 #ff5555

Monochromatic Colors of #ffaa55

#ffaa55

Complementary Color

#ffaa55 #55aaff

#ffaa55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa55 Color CSS Codes

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

#ffaa55 Text Font Color

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

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


#ffaa55 Background Color

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

This div background color is #ffaa55


#ffaa55 Border Color

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

This div border color is #ffaa55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa55

Related Colors

#ffaa55 Color Palettes


Comments

No comments written yet.

Please login to write comment.