Color Hex Logo

#ffaaad Color Hex

#FFAAAD
(255,170,173)
0 Favorites   0 Comments

Color spaces of #ffaaad

RGB 255170173
HSL0.991.000.83
HSV358°33°100°
CMYK 0.000.330.32   0.00
XYZ63.157653.026646.4416
Yxy53.02660.38840.3261
Hunter Lab72.819427.382513.1605
CIE-Lab77.890731.612611.3311

#ffaaad color RGB value is (255,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10101101
Octal 377 252 255
Decimal 255 170 173
Hex FF AA AD

RGB Percentages of Color #ffaaad

%42.64
%28.43
%28.93

CMYK Percentages of Color #ffaaad

%0
%33
%32
%0

Triadic Colors of #ffaaad

#ffaaad #adffaa #aaadff

Analogous Colors of #ffaaad

#ffaaad #ffd2aa #ffaad8

Monochromatic Colors of #ffaaad

#ffaaad

Complementary Color

#ffaaad #aafffc

#ffaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaad Color CSS Codes

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

#ffaaad Text Font Color

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

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


#ffaaad Background Color

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

This div background color is #ffaaad


#ffaaad Border Color

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

This div border color is #ffaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaad

Related Colors


Comments

No comments written yet.

Please login to write comment.