Color Hex Logo

#ffaddd Color Hex

#FFADDD
(255,173,221)
0 Favorites   0 Comments

Color spaces of #ffaddd

RGB 255173221
HSL0.901.000.84
HSV325°32°100°
CMYK 0.000.320.13   0.00
XYZ69.234756.367675.6376
Yxy56.36760.34400.2801
Hunter Lab75.078433.2195-7.1768
CIE-Lab79.822636.8535-11.9175

#ffaddd color RGB value is (255,173,221).

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

The process color (four color CMYK) of #ffaddd color hex is 0.00, 0.32, 0.13, 0.00. Web safe color of #ffaddd is #ff99cc. Color #ffaddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11011101
Octal 377 255 335
Decimal 255 173 221
Hex FF AD DD

RGB Percentages of Color #ffaddd

%39.29
%26.66
%34.05

CMYK Percentages of Color #ffaddd

%0
%32
%13
%0

Triadic Colors of #ffaddd

#ffaddd #ddffad #adddff

Analogous Colors of #ffaddd

#ffaddd #ffadb4 #f8adff

Monochromatic Colors of #ffaddd

#ffaddd

Complementary Color

#ffaddd #adffcf

#ffaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaddd Color CSS Codes

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

#ffaddd Text Font Color

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

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


#ffaddd Background Color

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

This div background color is #ffaddd


#ffaddd Border Color

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

This div border color is #ffaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaddd

Related Colors


Comments

No comments written yet.

Please login to write comment.