Color Hex Logo

#ffaab0 Color Hex

#FFAAB0
(255,170,176)
0 Favorites   0 Comments

Color spaces of #ffaab0

RGB 255170176
HSL0.991.000.83
HSV356°33°100°
CMYK 0.000.330.31   0.00
XYZ63.451253.144047.9879
Yxy53.14400.38550.3229
Hunter Lab72.899927.789312.0011
CIE-Lab77.959931.98929.7978

#ffaab0 color RGB value is (255,170,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10110000
Octal 377 252 260
Decimal 255 170 176
Hex FF AA B0

RGB Percentages of Color #ffaab0

%42.43
%28.29
%29.28

CMYK Percentages of Color #ffaab0

%0
%33
%31
%0

Triadic Colors of #ffaab0

#ffaab0 #b0ffaa #aab0ff

Analogous Colors of #ffaab0

#ffaab0 #ffcfaa #ffaadb

Monochromatic Colors of #ffaab0

#ffaab0

Complementary Color

#ffaab0 #aafff9

#ffaab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaab0 Color CSS Codes

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

#ffaab0 Text Font Color

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

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


#ffaab0 Background Color

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

This div background color is #ffaab0


#ffaab0 Border Color

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

This div border color is #ffaab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaab0

Related Colors

#ffaab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.