Color Hex Logo

#ffaa4c Color Hex

#FFAA4C
(255,170,76)
0 Favorites   0 Comments

Color spaces of #ffaa4c

RGB 25517076
HSL0.091.000.65
HSV32°70°100°
CMYK 0.000.330.70   0.00
XYZ56.919250.531313.5910
Yxy50.53130.47020.4175
Hunter Lab71.085418.528438.4239
CIE-Lab76.394223.196559.3479

#ffaa4c color RGB value is (255,170,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01001100
Octal 377 252 114
Decimal 255 170 76
Hex FF AA 4C

RGB Percentages of Color #ffaa4c

%50.90
%33.93
%15.17

CMYK Percentages of Color #ffaa4c

%0
%33
%70
%0

Triadic Colors of #ffaa4c

#ffaa4c #4cffaa #aa4cff

Analogous Colors of #ffaa4c

#ffaa4c #fbff4c #ff514c

Monochromatic Colors of #ffaa4c

#ffaa4c

Complementary Color

#ffaa4c #4ca1ff

#ffaa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa4c Color CSS Codes

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

#ffaa4c Text Font Color

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

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


#ffaa4c Background Color

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

This div background color is #ffaa4c


#ffaa4c Border Color

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

This div border color is #ffaa4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa4c

Related Colors


Comments

No comments written yet.

Please login to write comment.