Color Hex Logo

#fdaeac Color Hex

#FDAEAC
(253,174,172)
0 Favorites   0 Comments

Color spaces of #fdaeac

RGB 253174172
HSL0.000.950.83
HSV32°99°
CMYK 0.000.310.32   0.01
XYZ63.090554.133346.1533
Yxy54.13330.38620.3313
Hunter Lab73.575324.306114.3105
CIE-Lab78.539428.662012.7617

#fdaeac color RGB value is (253,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10101100
Octal 375 256 254
Decimal 253 174 172
Hex FD AE AC

RGB Percentages of Color #fdaeac

%42.24
%29.05
%28.71

CMYK Percentages of Color #fdaeac

%0
%31
%32
%1

Triadic Colors of #fdaeac

#fdaeac #acfdae #aeacfd

Analogous Colors of #fdaeac

#fdaeac #fdd7ac #fdacd3

Monochromatic Colors of #fdaeac

#fdaeac

Complementary Color

#fdaeac #acfbfd

#fdaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaeac Color CSS Codes

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

#fdaeac Text Font Color

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

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


#fdaeac Background Color

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

This div background color is #fdaeac


#fdaeac Border Color

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

This div border color is #fdaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaeac


Comments

No comments written yet.

Please login to write comment.