Color Hex Logo

#ffaa7e Color Hex

#FFAA7E
(255,170,126)
0 Favorites   0 Comments

Color spaces of #ffaa7e

RGB 255170126
HSL0.061.000.75
HSV20°51°100°
CMYK 0.000.330.51   0.00
XYZ59.380651.515826.5525
Yxy51.51580.43200.3748
Hunter Lab71.774522.071528.3082
CIE-Lab76.990426.616235.3757

#ffaa7e color RGB value is (255,170,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01111110
Octal 377 252 176
Decimal 255 170 126
Hex FF AA 7E

RGB Percentages of Color #ffaa7e

%46.28
%30.85
%22.87

CMYK Percentages of Color #ffaa7e

%0
%33
%51
%0

Triadic Colors of #ffaa7e

#ffaa7e #7effaa #aa7eff

Analogous Colors of #ffaa7e

#ffaa7e #ffeb7e #ff7e93

Monochromatic Colors of #ffaa7e

#ffaa7e

Complementary Color

#ffaa7e #7ed3ff

#ffaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa7e Color CSS Codes

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

#ffaa7e Text Font Color

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

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


#ffaa7e Background Color

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

This div background color is #ffaa7e


#ffaa7e Border Color

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

This div border color is #ffaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa7e

Related Colors


Comments

No comments written yet.

Please login to write comment.