Color Hex Logo

#ffaabd Color Hex

#FFAABD
(255,170,189)
0 Favorites   0 Comments

Color spaces of #ffaabd

RGB 255170189
HSL0.961.000.83
HSV347°33°100°
CMYK 0.000.330.26   0.00
XYZ64.800053.683655.0907
Yxy53.68360.37330.3093
Hunter Lab73.269129.64656.7085
CIE-Lab78.276933.69783.1778

#ffaabd color RGB value is (255,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10111101
Octal 377 252 275
Decimal 255 170 189
Hex FF AA BD

RGB Percentages of Color #ffaabd

%41.53
%27.69
%30.78

CMYK Percentages of Color #ffaabd

%0
%33
%26
%0

Triadic Colors of #ffaabd

#ffaabd #bdffaa #aabdff

Analogous Colors of #ffaabd

#ffaabd #ffc2aa #ffaae8

Monochromatic Colors of #ffaabd

#ffaabd

Complementary Color

#ffaabd #aaffec

#ffaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaabd Color CSS Codes

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

#ffaabd Text Font Color

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

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


#ffaabd Background Color

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

This div background color is #ffaabd


#ffaabd Border Color

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

This div border color is #ffaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaabd

Related Colors


Comments

No comments written yet.

Please login to write comment.