Color Hex Logo

#ffaada Color Hex

#FFAADA
(255,170,218)
0 Favorites   0 Comments

Color spaces of #ffaada

RGB 255170218
HSL0.911.000.83
HSV326°33°100°
CMYK 0.000.330.15   0.00
XYZ68.269655.071473.3613
Yxy55.07140.34710.2800
Hunter Lab74.210134.3434-6.6648
CIE-Lab79.082437.9438-11.3987

#ffaada color RGB value is (255,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11011010
Octal 377 252 332
Decimal 255 170 218
Hex FF AA DA

RGB Percentages of Color #ffaada

%39.66
%26.44
%33.90

CMYK Percentages of Color #ffaada

%0
%33
%15
%0

Triadic Colors of #ffaada

#ffaada #daffaa #aadaff

Analogous Colors of #ffaada

#ffaada #ffaab0 #faaaff

Monochromatic Colors of #ffaada

#ffaada

Complementary Color

#ffaada #aaffcf

#ffaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaada Color CSS Codes

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

#ffaada Text Font Color

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

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


#ffaada Background Color

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

This div background color is #ffaada


#ffaada Border Color

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

This div border color is #ffaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaada

#ffaada Color Palettes


Comments

No comments written yet.

Please login to write comment.