Color Hex Logo

#ffaa22 Color Hex

#FFAA22
(255,170,34)
0 Favorites   0 Comments

Color spaces of #ffaa22

RGB 25517034
HSL0.101.000.57
HSV37°87°100°
CMYK 0.000.330.87   0.00
XYZ55.903550.12498.2420
Yxy50.12490.48920.4387
Hunter Lab70.798917.047142.6571
CIE-Lab76.145921.745174.2688

#ffaa22 color RGB value is (255,170,34). This hex color code is also a web safe color which is equal to #FA2.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00100010
Octal 377 252 42
Decimal 255 170 34
Hex FF AA 22

RGB Percentages of Color #ffaa22

%55.56
%37.04
%7.41

CMYK Percentages of Color #ffaa22

%0
%33
%87
%0

Triadic Colors of #ffaa22

#ffaa22 #22ffaa #aa22ff

Analogous Colors of #ffaa22

#ffaa22 #e6ff22 #ff3c22

Monochromatic Colors of #ffaa22

#ffaa22

Complementary Color

#ffaa22 #2277ff

#ffaa22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa22 Color CSS Codes

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

#ffaa22 Text Font Color

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

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


#ffaa22 Background Color

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

This div background color is #ffaa22


#ffaa22 Border Color

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

This div border color is #ffaa22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa22


Comments

No comments written yet.

Please login to write comment.