Color Hex Logo

#fdade6 Color Hex

#FDADE6
(253,173,230)
0 Favorites   0 Comments

Color spaces of #fdade6

RGB 253173230
HSL0.880.950.84
HSV317°32°99°
CMYK 0.000.320.09   0.01
XYZ69.734556.483082.0898
Yxy56.48300.33480.2712
Hunter Lab75.155234.1039-12.1521
CIE-Lab79.887937.6518-16.7046

#fdade6 color RGB value is (253,173,230).

#fdade6 hex color red value is 253, green value is 173 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fdade6 hue: 0.88 , saturation: 0.95 and the lightness value of fdade6 is 0.84.

The process color (four color CMYK) of #fdade6 color hex is 0.00, 0.32, 0.09, 0.01. Web safe color of #fdade6 is #ff99ff. Color #fdade6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100110
Octal 375 255 346
Decimal 253 173 230
Hex FD AD E6

RGB Percentages of Color #fdade6

%38.57
%26.37
%35.06

CMYK Percentages of Color #fdade6

%0
%32
%9
%1

Triadic Colors of #fdade6

#fdade6 #e6fdad #ade6fd

Analogous Colors of #fdade6

#fdade6 #fdadbe #ecadfd

Monochromatic Colors of #fdade6

#fdade6

Complementary Color

#fdade6 #adfdc4

#fdade6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade6 Color CSS Codes

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

#fdade6 Text Font Color

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

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


#fdade6 Background Color

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

This div background color is #fdade6


#fdade6 Border Color

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

This div border color is #fdade6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade6

#fdade6 Color Palettes


Comments

No comments written yet.

Please login to write comment.