Color Hex Logo

#ffaa20 Color Hex

#FFAA20
(255,170,32)
0 Favorites   0 Comments

Color spaces of #ffaa20

RGB 25517032
HSL0.101.000.56
HSV37°87°100°
CMYK 0.000.330.87   0.00
XYZ55.875450.11378.0945
Yxy50.11370.48980.4393
Hunter Lab70.791017.005842.7743
CIE-Lab76.139021.704574.7647

#ffaa20 color RGB value is (255,170,32).

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

The process color (four color CMYK) of #ffaa20 color hex is 0.00, 0.33, 0.87, 0.00. Web safe color of #ffaa20 is #ff9933. Color #ffaa20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00100000
Octal 377 252 40
Decimal 255 170 32
Hex FF AA 20

RGB Percentages of Color #ffaa20

%55.80
%37.20
%7.00

CMYK Percentages of Color #ffaa20

%0
%33
%87
%0

Triadic Colors of #ffaa20

#ffaa20 #20ffaa #aa20ff

Analogous Colors of #ffaa20

#ffaa20 #e5ff20 #ff3b20

Monochromatic Colors of #ffaa20

#ffaa20

Complementary Color

#ffaa20 #2075ff

#ffaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa20 Color CSS Codes

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

#ffaa20 Text Font Color

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

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


#ffaa20 Background Color

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

This div background color is #ffaa20


#ffaa20 Border Color

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

This div border color is #ffaa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa20

#ffaa20 Color Palettes


Comments

No comments written yet.

Please login to write comment.