Color Hex Logo

#fdade2 Color Hex

#FDADE2
(253,173,226)
0 Favorites   0 Comments

Color spaces of #fdade2

RGB 253173226
HSL0.890.950.84
HSV320°32°99°
CMYK 0.000.320.11   0.01
XYZ69.179156.260879.1648
Yxy56.26080.33810.2750
Hunter Lab75.007233.3679-10.0714
CIE-Lab79.762036.9941-14.7335

#fdade2 color RGB value is (253,173,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100010
Octal 375 255 342
Decimal 253 173 226
Hex FD AD E2

RGB Percentages of Color #fdade2

%38.80
%26.53
%34.66

CMYK Percentages of Color #fdade2

%0
%32
%11
%1

Triadic Colors of #fdade2

#fdade2 #e2fdad #ade2fd

Analogous Colors of #fdade2

#fdade2 #fdadba #f0adfd

Monochromatic Colors of #fdade2

#fdade2

Complementary Color

#fdade2 #adfdc8

#fdade2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade2 Color CSS Codes

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

#fdade2 Text Font Color

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

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


#fdade2 Background Color

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

This div background color is #fdade2


#fdade2 Border Color

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

This div border color is #fdade2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade2


Comments

No comments written yet.

Please login to write comment.