Color Hex Logo

#ffaaab Color Hex

#FFAAAB
(255,170,171)
0 Favorites   0 Comments

Color spaces of #ffaaab

RGB 255170171
HSL1.001.000.83
HSV359°33°100°
CMYK 0.000.330.33   0.00
XYZ62.965452.949745.4298
Yxy52.94970.39030.3282
Hunter Lab72.766527.115813.9205
CIE-Lab77.845331.365312.3542

#ffaaab color RGB value is (255,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10101011
Octal 377 252 253
Decimal 255 170 171
Hex FF AA AB

RGB Percentages of Color #ffaaab

%42.79
%28.52
%28.69

CMYK Percentages of Color #ffaaab

%0
%33
%33
%0

Triadic Colors of #ffaaab

#ffaaab #abffaa #aaabff

Analogous Colors of #ffaaab

#ffaaab #ffd4aa #ffaad6

Monochromatic Colors of #ffaaab

#ffaaab

Complementary Color

#ffaaab #aafffe

#ffaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaab Color CSS Codes

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

#ffaaab Text Font Color

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

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


#ffaaab Background Color

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

This div background color is #ffaaab


#ffaaab Border Color

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

This div border color is #ffaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaab

Related Colors


Comments

No comments written yet.

Please login to write comment.