Color Hex Logo

#ffadde Color Hex

#FFADDE
(255,173,222)
0 Favorites   0 Comments

Color spaces of #ffadde

RGB 255173222
HSL0.901.000.84
HSV324°32°100°
CMYK 0.000.320.13   0.00
XYZ69.368456.421176.3415
Yxy56.42110.34320.2791
Hunter Lab75.114033.3968-7.6791
CIE-Lab79.852937.0123-12.4130

#ffadde color RGB value is (255,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11011110
Octal 377 255 336
Decimal 255 173 222
Hex FF AD DE

RGB Percentages of Color #ffadde

%39.23
%26.62
%34.15

CMYK Percentages of Color #ffadde

%0
%32
%13
%0

Triadic Colors of #ffadde

#ffadde #deffad #addeff

Analogous Colors of #ffadde

#ffadde #ffadb5 #f7adff

Monochromatic Colors of #ffadde

#ffadde

Complementary Color

#ffadde #adffce

#ffadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadde Color CSS Codes

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

#ffadde Text Font Color

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

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


#ffadde Background Color

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

This div background color is #ffadde


#ffadde Border Color

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

This div border color is #ffadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadde


Comments

No comments written yet.

Please login to write comment.