Color Hex Logo

#fdae6c Color Hex

#FDAE6C
(253,174,108)
0 Favorites   0 Comments

Color spaces of #fdae6c

RGB 253174108
HSL0.080.970.71
HSV27°57°99°
CMYK 0.000.310.57   0.01
XYZ58.350852.237521.1948
Yxy52.23750.44280.3964
Hunter Lab72.275517.627833.2061
CIE-Lab77.422622.267845.1638

#fdae6c color RGB value is (253,174,108).

#fdae6c hex color red value is 253, green value is 174 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fdae6c hue: 0.08 , saturation: 0.97 and the lightness value of fdae6c is 0.71.

The process color (four color CMYK) of #fdae6c color hex is 0.00, 0.31, 0.57, 0.01. Web safe color of #fdae6c is #ff9966. Color #fdae6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 01101100
Octal 375 256 154
Decimal 253 174 108
Hex FD AE 6C

RGB Percentages of Color #fdae6c

%47.29
%32.52
%20.19

CMYK Percentages of Color #fdae6c

%0
%31
%57
%1

Triadic Colors of #fdae6c

#fdae6c #6cfdae #ae6cfd

Analogous Colors of #fdae6c

#fdae6c #fdf76c #fd6c73

Monochromatic Colors of #fdae6c

#fdae6c

Complementary Color

#fdae6c #6cbbfd

#fdae6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae6c Color CSS Codes

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

#fdae6c Text Font Color

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

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


#fdae6c Background Color

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

This div background color is #fdae6c


#fdae6c Border Color

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

This div border color is #fdae6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae6c


Comments

No comments written yet.

Please login to write comment.