Color Hex Logo

#fdade7 Color Hex

#FDADE7
(253,173,231)
0 Favorites   0 Comments

Color spaces of #fdade7

RGB 253173231
HSL0.880.950.84
HSV317°32°99°
CMYK 0.000.320.09   0.01
XYZ69.875456.539382.8316
Yxy56.53930.33390.2702
Hunter Lab75.192634.2904-12.6786
CIE-Lab79.919837.8180-17.1964

#fdade7 color RGB value is (253,173,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11100111
Octal 375 255 347
Decimal 253 173 231
Hex FD AD E7

RGB Percentages of Color #fdade7

%38.51
%26.33
%35.16

CMYK Percentages of Color #fdade7

%0
%32
%9
%1

Triadic Colors of #fdade7

#fdade7 #e7fdad #ade7fd

Analogous Colors of #fdade7

#fdade7 #fdadbf #ebadfd

Monochromatic Colors of #fdade7

#fdade7

Complementary Color

#fdade7 #adfdc3

#fdade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdade7 Color CSS Codes

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

#fdade7 Text Font Color

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

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


#fdade7 Background Color

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

This div background color is #fdade7


#fdade7 Border Color

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

This div border color is #fdade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdade7

Related Colors


Comments

No comments written yet.

Please login to write comment.