Color Hex Logo

#ffaa1f Color Hex

#FFAA1F
(255,170,31)
0 Favorites   0 Comments

Color spaces of #ffaa1f

RGB 25517031
HSL0.101.000.56
HSV37°88°100°
CMYK 0.000.330.88   0.00
XYZ55.862050.10848.0240
Yxy50.10840.49000.4396
Hunter Lab70.787316.986142.8304
CIE-Lab76.135721.685075.0040

#ffaa1f color RGB value is (255,170,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00011111
Octal 377 252 37
Decimal 255 170 31
Hex FF AA 1F

RGB Percentages of Color #ffaa1f

%55.92
%37.28
%6.80

CMYK Percentages of Color #ffaa1f

%0
%33
%88
%0

Triadic Colors of #ffaa1f

#ffaa1f #1fffaa #aa1fff

Analogous Colors of #ffaa1f

#ffaa1f #e4ff1f #ff3a1f

Monochromatic Colors of #ffaa1f

#ffaa1f

Complementary Color

#ffaa1f #1f74ff

#ffaa1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa1f Color CSS Codes

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

#ffaa1f Text Font Color

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

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


#ffaa1f Background Color

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

This div background color is #ffaa1f


#ffaa1f Border Color

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

This div border color is #ffaa1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa1f

#ffaa1f Color Palettes


Comments

No comments written yet.

Please login to write comment.