Color Hex Logo

#ffaddf Color Hex

#FFADDF
(255,173,223)
1 Favorites   0 Comments

Color spaces of #ffaddf

RGB 255173223
HSL0.901.000.84
HSV323°32°100°
CMYK 0.000.320.13   0.00
XYZ69.502956.474977.0496
Yxy56.47490.34230.2782
Hunter Lab75.149833.5751-8.1840
CIE-Lab79.883337.1718-12.9081

#ffaddf color RGB value is (255,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11011111
Octal 377 255 337
Decimal 255 173 223
Hex FF AD DF

RGB Percentages of Color #ffaddf

%39.17
%26.57
%34.25

CMYK Percentages of Color #ffaddf

%0
%32
%13
%0

Triadic Colors of #ffaddf

#ffaddf #dfffad #addfff

Analogous Colors of #ffaddf

#ffaddf #ffadb6 #f6adff

Monochromatic Colors of #ffaddf

#ffaddf

Complementary Color

#ffaddf #adffcd

#ffaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaddf Color CSS Codes

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

#ffaddf Text Font Color

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

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


#ffaddf Background Color

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

This div background color is #ffaddf


#ffaddf Border Color

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

This div border color is #ffaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaddf

Related Colors

#ffaddf Color Palettes


Comments

No comments written yet.

Please login to write comment.