Color Hex Logo

#fdaed4 Color Hex

#FDAED4
(253,174,212)
0 Favorites   0 Comments

Color spaces of #fdaed4

RGB 253174212
HSL0.920.950.84
HSV331°31°99°
CMYK 0.000.310.16   0.01
XYZ67.527755.908269.5196
Yxy55.90820.35000.2897
Hunter Lab74.771830.3558-2.7850
CIE-Lab79.561534.2505-7.4569

#fdaed4 color RGB value is (253,174,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11010100
Octal 375 256 324
Decimal 253 174 212
Hex FD AE D4

RGB Percentages of Color #fdaed4

%39.59
%27.23
%33.18

CMYK Percentages of Color #fdaed4

%0
%31
%16
%1

Triadic Colors of #fdaed4

#fdaed4 #d4fdae #aed4fd

Analogous Colors of #fdaed4

#fdaed4 #fdb0ae #fdaefc

Monochromatic Colors of #fdaed4

#fdaed4

Complementary Color

#fdaed4 #aefdd7

#fdaed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaed4 Color CSS Codes

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

#fdaed4 Text Font Color

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

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


#fdaed4 Background Color

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

This div background color is #fdaed4


#fdaed4 Border Color

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

This div border color is #fdaed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaed4

Related Colors


Comments

No comments written yet.

Please login to write comment.