Color Hex Logo

#fdaed1 Color Hex

#FDAED1
(253,174,209)
0 Favorites   0 Comments

Color spaces of #fdaed1

RGB 253174209
HSL0.930.950.84
HSV333°31°99°
CMYK 0.000.310.17   0.01
XYZ67.152755.758267.5447
Yxy55.75820.35260.2928
Hunter Lab74.671429.8517-1.3613
CIE-Lab79.476033.7918-5.9579

#fdaed1 color RGB value is (253,174,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11010001
Octal 375 256 321
Decimal 253 174 209
Hex FD AE D1

RGB Percentages of Color #fdaed1

%39.78
%27.36
%32.86

CMYK Percentages of Color #fdaed1

%0
%31
%17
%1

Triadic Colors of #fdaed1

#fdaed1 #d1fdae #aed1fd

Analogous Colors of #fdaed1

#fdaed1 #fdb3ae #fdaef9

Monochromatic Colors of #fdaed1

#fdaed1

Complementary Color

#fdaed1 #aefdda

#fdaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaed1 Color CSS Codes

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

#fdaed1 Text Font Color

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

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


#fdaed1 Background Color

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

This div background color is #fdaed1


#fdaed1 Border Color

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

This div border color is #fdaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaed1


Comments

No comments written yet.

Please login to write comment.