Color Hex Logo

#ffabaa Color Hex

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

Color spaces of #ffabaa

RGB 255171170
HSL0.001.000.83
HSV33°100°
CMYK 0.000.330.33   0.00
XYZ63.058653.288144.9923
Yxy53.28810.39080.3303
Hunter Lab72.998726.446314.5561
CIE-Lab78.044830.720413.1794

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

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

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

Base Numbers

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

RGB Percentages of Color #ffabaa

%42.79
%28.69
%28.52

CMYK Percentages of Color #ffabaa

%0
%33
%33
%0

Triadic Colors of #ffabaa

#ffabaa #aaffab #abaaff

Analogous Colors of #ffabaa

#ffabaa #ffd6aa #ffaad4

Monochromatic Colors of #ffabaa

#ffabaa

Complementary Color

#ffabaa #aafeff

#ffabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabaa Color CSS Codes

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

#ffabaa Text Font Color

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

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


#ffabaa Background Color

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

This div background color is #ffabaa


#ffabaa Border Color

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

This div border color is #ffabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabaa

#ffabaa Color Palettes


Comments

No comments written yet.

Please login to write comment.