Color Hex Logo

#ffaab8 Color Hex

#FFAAB8
(255,170,184)
1 Favorites   0 Comments

Color spaces of #ffaab8

RGB 255170184
HSL0.971.000.83
HSV350°33°100°
CMYK 0.000.330.28   0.00
XYZ64.266553.470152.2810
Yxy53.47010.37800.3145
Hunter Lab73.123328.91428.7956
CIE-Lab78.151733.02625.7187

#ffaab8 color RGB value is (255,170,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10111000
Octal 377 252 270
Decimal 255 170 184
Hex FF AA B8

RGB Percentages of Color #ffaab8

%41.87
%27.91
%30.21

CMYK Percentages of Color #ffaab8

%0
%33
%28
%0

Triadic Colors of #ffaab8

#ffaab8 #b8ffaa #aab8ff

Analogous Colors of #ffaab8

#ffaab8 #ffc7aa #ffaae3

Monochromatic Colors of #ffaab8

#ffaab8

Complementary Color

#ffaab8 #aafff1

#ffaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaab8 Color CSS Codes

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

#ffaab8 Text Font Color

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

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


#ffaab8 Background Color

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

This div background color is #ffaab8


#ffaab8 Border Color

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

This div border color is #ffaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaab8


Comments

No comments written yet.

Please login to write comment.