Color Hex Logo

#ffadda Color Hex

#FFADDA
(255,173,218)
2 Favorites   0 Comments

Color spaces of #ffadda

RGB 255173218
HSL0.911.000.84
HSV327°32°100°
CMYK 0.000.320.15   0.00
XYZ68.838556.209173.5509
Yxy56.20910.34660.2830
Hunter Lab74.972732.6930-5.6847
CIE-Lab79.732736.3812-10.4284

#ffadda color RGB value is (255,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11011010
Octal 377 255 332
Decimal 255 173 218
Hex FF AD DA

RGB Percentages of Color #ffadda

%39.47
%26.78
%33.75

CMYK Percentages of Color #ffadda

%0
%32
%15
%0

Triadic Colors of #ffadda

#ffadda #daffad #addaff

Analogous Colors of #ffadda

#ffadda #ffadb1 #fbadff

Monochromatic Colors of #ffadda

#ffadda

Complementary Color

#ffadda #adffd2

#ffadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadda Color CSS Codes

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

#ffadda Text Font Color

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

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


#ffadda Background Color

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

This div background color is #ffadda


#ffadda Border Color

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

This div border color is #ffadda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,173,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 #ffadda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadda

Related Colors

#ffadda Color Palettes


Comments

No comments written yet.

Please login to write comment.