Color Hex Logo

#fdae9e Color Hex

#FDAE9E
(253,174,158)
0 Favorites   0 Comments

Color spaces of #fdae9e

RGB 253174158
HSL0.030.960.81
HSV10°38°99°
CMYK 0.000.310.38   0.01
XYZ61.815653.623439.4401
Yxy53.62340.39910.3462
Hunter Lab73.228022.532219.3264
CIE-Lab78.241626.987519.9174

#fdae9e color RGB value is (253,174,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10011110
Octal 375 256 236
Decimal 253 174 158
Hex FD AE 9E

RGB Percentages of Color #fdae9e

%43.25
%29.74
%27.01

CMYK Percentages of Color #fdae9e

%0
%31
%38
%1

Triadic Colors of #fdae9e

#fdae9e #9efdae #ae9efd

Analogous Colors of #fdae9e

#fdae9e #fdde9e #fd9ebe

Monochromatic Colors of #fdae9e

#fdae9e

Complementary Color

#fdae9e #9eedfd

#fdae9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae9e Color CSS Codes

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

#fdae9e Text Font Color

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

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


#fdae9e Background Color

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

This div background color is #fdae9e


#fdae9e Border Color

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

This div border color is #fdae9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae9e


Comments

No comments written yet.

Please login to write comment.