Color Hex Logo

#ffaa2e Color Hex

#FFAA2E
(255,170,46)
0 Favorites   0 Comments

Color spaces of #ffaa2e

RGB 25517046
HSL0.101.000.59
HSV36°82°100°
CMYK 0.000.330.82   0.00
XYZ56.107950.20679.3184
Yxy50.20670.48520.4342
Hunter Lab70.856717.346141.8024
CIE-Lab76.196022.039170.8218

#ffaa2e color RGB value is (255,170,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00101110
Octal 377 252 56
Decimal 255 170 46
Hex FF AA 2E

RGB Percentages of Color #ffaa2e

%54.14
%36.09
%9.77

CMYK Percentages of Color #ffaa2e

%0
%33
%82
%0

Triadic Colors of #ffaa2e

#ffaa2e #2effaa #aa2eff

Analogous Colors of #ffaa2e

#ffaa2e #ecff2e #ff412e

Monochromatic Colors of #ffaa2e

#ffaa2e

Complementary Color

#ffaa2e #2e83ff

#ffaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa2e Color CSS Codes

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

#ffaa2e Text Font Color

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

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


#ffaa2e Background Color

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

This div background color is #ffaa2e


#ffaa2e Border Color

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

This div border color is #ffaa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa2e


Comments

No comments written yet.

Please login to write comment.