Color Hex Logo

#ffaaae Color Hex

#FFAAAE
(255,170,174)
0 Favorites   0 Comments

Color spaces of #ffaaae

RGB 255170174
HSL0.991.000.83
HSV357°33°100°
CMYK 0.000.330.32   0.00
XYZ63.254753.065446.9532
Yxy53.06540.38740.3250
Hunter Lab72.846027.517212.7766
CIE-Lab77.913631.737410.8198

#ffaaae color RGB value is (255,170,174).

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

The process color (four color CMYK) of #ffaaae color hex is 0.00, 0.33, 0.32, 0.00. Web safe color of #ffaaae is #ff9999. Color #ffaaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10101110
Octal 377 252 256
Decimal 255 170 174
Hex FF AA AE

RGB Percentages of Color #ffaaae

%42.57
%28.38
%29.05

CMYK Percentages of Color #ffaaae

%0
%33
%32
%0

Triadic Colors of #ffaaae

#ffaaae #aeffaa #aaaeff

Analogous Colors of #ffaaae

#ffaaae #ffd1aa #ffaad9

Monochromatic Colors of #ffaaae

#ffaaae

Complementary Color

#ffaaae #aafffb

#ffaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaae Color CSS Codes

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

#ffaaae Text Font Color

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

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


#ffaaae Background Color

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

This div background color is #ffaaae


#ffaaae Border Color

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

This div border color is #ffaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaae


Comments

No comments written yet.

Please login to write comment.