Color Hex Logo

#fdd8ae Color Hex

#FDD8AE
(253,216,174)
0 Favorites   0 Comments

Color spaces of #fdd8ae

RGB 253216174
HSL0.090.950.84
HSV32°31°99°
CMYK 0.000.150.31   0.01
XYZ72.703973.050450.3126
Yxy73.05040.37080.3726
Hunter Lab85.46952.267824.9269
CIE-Lab88.47176.964725.5026

#fdd8ae color RGB value is (253,216,174).

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

The process color (four color CMYK) of #fdd8ae color hex is 0.00, 0.15, 0.31, 0.01. Web safe color of #fdd8ae is #ffcc99. Color #fdd8ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 10101110
Octal 375 330 256
Decimal 253 216 174
Hex FD D8 AE

RGB Percentages of Color #fdd8ae

%39.35
%33.59
%27.06

CMYK Percentages of Color #fdd8ae

%0
%15
%31
%1

Triadic Colors of #fdd8ae

#fdd8ae #aefdd8 #d8aefd

Analogous Colors of #fdd8ae

#fdd8ae #fbfdae #fdb1ae

Monochromatic Colors of #fdd8ae

#fdd8ae

Complementary Color

#fdd8ae #aed3fd

#fdd8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd8ae Color CSS Codes

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

#fdd8ae Text Font Color

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

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


#fdd8ae Background Color

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

This div background color is #fdd8ae


#fdd8ae Border Color

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

This div border color is #fdd8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd8ae


Comments

No comments written yet.

Please login to write comment.