Color Hex Logo

#ffaab2 Color Hex

#FFAAB2
(255,170,178)
0 Favorites   0 Comments

Color spaces of #ffaab2

RGB 255170178
HSL0.981.000.83
HSV354°33°100°
CMYK 0.000.330.30   0.00
XYZ63.650653.223849.0379
Yxy53.22380.38360.3208
Hunter Lab72.954628.064911.2153
CIE-Lab78.006932.24398.7768

#ffaab2 color RGB value is (255,170,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10110010
Octal 377 252 262
Decimal 255 170 178
Hex FF AA B2

RGB Percentages of Color #ffaab2

%42.29
%28.19
%29.52

CMYK Percentages of Color #ffaab2

%0
%33
%30
%0

Triadic Colors of #ffaab2

#ffaab2 #b2ffaa #aab2ff

Analogous Colors of #ffaab2

#ffaab2 #ffcdaa #ffaadd

Monochromatic Colors of #ffaab2

#ffaab2

Complementary Color

#ffaab2 #aafff7

#ffaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaab2 Color CSS Codes

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

#ffaab2 Text Font Color

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

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


#ffaab2 Background Color

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

This div background color is #ffaab2


#ffaab2 Border Color

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

This div border color is #ffaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaab2

Related Colors


Comments

No comments written yet.

Please login to write comment.