Color Hex Logo

#ffaab5 Color Hex

#FFAAB5
(255,170,181)
0 Favorites   0 Comments

Color spaces of #ffaab5

RGB 255170181
HSL0.981.000.83
HSV352°33°100°
CMYK 0.000.330.29   0.00
XYZ63.955253.345650.6420
Yxy53.34560.38080.3176
Hunter Lab73.038128.485510.0171
CIE-Lab78.078632.63177.2466

#ffaab5 color RGB value is (255,170,181).

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

The process color (four color CMYK) of #ffaab5 color hex is 0.00, 0.33, 0.29, 0.00. Web safe color of #ffaab5 is #ff99cc. Color #ffaab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10110101
Octal 377 252 265
Decimal 255 170 181
Hex FF AA B5

RGB Percentages of Color #ffaab5

%42.08
%28.05
%29.87

CMYK Percentages of Color #ffaab5

%0
%33
%29
%0

Triadic Colors of #ffaab5

#ffaab5 #b5ffaa #aab5ff

Analogous Colors of #ffaab5

#ffaab5 #ffcaaa #ffaae0

Monochromatic Colors of #ffaab5

#ffaab5

Complementary Color

#ffaab5 #aafff4

#ffaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaab5 Color CSS Codes

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

#ffaab5 Text Font Color

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

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


#ffaab5 Background Color

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

This div background color is #ffaab5


#ffaab5 Border Color

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

This div border color is #ffaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaab5

Related Colors


Comments

No comments written yet.

Please login to write comment.