Color Hex Logo

#fdaea0 Color Hex

#FDAEA0
(253,174,160)
0 Favorites   0 Comments

Color spaces of #fdaea0

RGB 253174160
HSL0.030.960.81
HSV37°99°
CMYK 0.000.310.37   0.01
XYZ61.989253.692840.3543
Yxy53.69280.39730.3441
Hunter Lab73.275422.774818.6405
CIE-Lab78.282327.217518.8943

#fdaea0 color RGB value is (253,174,160).

#fdaea0 hex color red value is 253, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fdaea0 hue: 0.03 , saturation: 0.96 and the lightness value of fdaea0 is 0.81.

The process color (four color CMYK) of #fdaea0 color hex is 0.00, 0.31, 0.37, 0.01. Web safe color of #fdaea0 is #ff9999. Color #fdaea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10100000
Octal 375 256 240
Decimal 253 174 160
Hex FD AE A0

RGB Percentages of Color #fdaea0

%43.10
%29.64
%27.26

CMYK Percentages of Color #fdaea0

%0
%31
%37
%1

Triadic Colors of #fdaea0

#fdaea0 #a0fdae #aea0fd

Analogous Colors of #fdaea0

#fdaea0 #fddda0 #fda0c1

Monochromatic Colors of #fdaea0

#fdaea0

Complementary Color

#fdaea0 #a0effd

#fdaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaea0 Color CSS Codes

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

#fdaea0 Text Font Color

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

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


#fdaea0 Background Color

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

This div background color is #fdaea0


#fdaea0 Border Color

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

This div border color is #fdaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaea0


Comments

No comments written yet.

Please login to write comment.