Color Hex Logo

#ffaa66 Color Hex

#FFAA66
(255,170,102)
1 Favorites   0 Comments

Color spaces of #ffaa66

RGB 255170102
HSL0.071.000.70
HSV27°60°100°
CMYK 0.000.330.60   0.00
XYZ58.013050.968819.3507
Yxy50.96880.45210.3972
Hunter Lab71.392420.111133.9043
CIE-Lab76.660124.733047.3133

#ffaa66 color RGB value is (255,170,102). This hex color code is also a web safe color which is equal to #FA6.

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

The process color (four color CMYK) of #ffaa66 color hex is 0.00, 0.33, 0.60, 0.00. Web safe color of #ffaa66 is #ff9966. Color #ffaa66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01100110
Octal 377 252 146
Decimal 255 170 102
Hex FF AA 66

RGB Percentages of Color #ffaa66

%48.39
%32.26
%19.35

CMYK Percentages of Color #ffaa66

%0
%33
%60
%0

Triadic Colors of #ffaa66

#ffaa66 #66ffaa #aa66ff

Analogous Colors of #ffaa66

#ffaa66 #fff766 #ff666f

Monochromatic Colors of #ffaa66

#ffaa66

Complementary Color

#ffaa66 #66bbff

#ffaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa66 Color CSS Codes

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

#ffaa66 Text Font Color

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

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


#ffaa66 Background Color

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

This div background color is #ffaa66


#ffaa66 Border Color

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

This div border color is #ffaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa66


Comments

No comments written yet.

Please login to write comment.