Color Hex Logo

#ffaa7c Color Hex

#FFAA7C
(255,170,124)
0 Favorites   0 Comments

Color spaces of #ffaa7c

RGB 255170124
HSL0.061.000.74
HSV21°51°100°
CMYK 0.000.330.51   0.00
XYZ59.252851.464725.8795
Yxy51.46470.43380.3768
Hunter Lab71.738921.889128.8286
CIE-Lab76.959626.441936.3874

#ffaa7c color RGB value is (255,170,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 01111100
Octal 377 252 174
Decimal 255 170 124
Hex FF AA 7C

RGB Percentages of Color #ffaa7c

%46.45
%30.97
%22.59

CMYK Percentages of Color #ffaa7c

%0
%33
%51
%0

Triadic Colors of #ffaa7c

#ffaa7c #7cffaa #aa7cff

Analogous Colors of #ffaa7c

#ffaa7c #ffec7c #ff7c90

Monochromatic Colors of #ffaa7c

#ffaa7c

Complementary Color

#ffaa7c #7cd1ff

#ffaa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa7c Color CSS Codes

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

#ffaa7c Text Font Color

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

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


#ffaa7c Background Color

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

This div background color is #ffaa7c


#ffaa7c Border Color

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

This div border color is #ffaa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa7c

Related Colors


Comments

No comments written yet.

Please login to write comment.