Color Hex Logo

#fdaed7 Color Hex

#FDAED7
(253,174,215)
1 Favorites   0 Comments

Color spaces of #fdaed7

RGB 253174215
HSL0.910.950.84
HSV329°31°99°
CMYK 0.000.310.15   0.01
XYZ67.909856.061071.5316
Yxy56.06100.34740.2868
Hunter Lab74.873930.8682-4.2316
CIE-Lab79.648534.7155-8.9526

#fdaed7 color RGB value is (253,174,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11010111
Octal 375 256 327
Decimal 253 174 215
Hex FD AE D7

RGB Percentages of Color #fdaed7

%39.41
%27.10
%33.49

CMYK Percentages of Color #fdaed7

%0
%31
%15
%1

Triadic Colors of #fdaed7

#fdaed7 #d7fdae #aed7fd

Analogous Colors of #fdaed7

#fdaed7 #fdaeb0 #fcaefd

Monochromatic Colors of #fdaed7

#fdaed7

Complementary Color

#fdaed7 #aefdd4

#fdaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaed7 Color CSS Codes

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

#fdaed7 Text Font Color

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

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


#fdaed7 Background Color

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

This div background color is #fdaed7


#fdaed7 Border Color

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

This div border color is #fdaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaed7


Comments

No comments written yet.

Please login to write comment.