Color Hex Logo

#fdd9ae Color Hex

#FDD9AE
(253,217,174)
0 Favorites   0 Comments

Color spaces of #fdd9ae

RGB 253217174
HSL0.090.950.84
HSV33°31°99°
CMYK 0.000.140.31   0.01
XYZ72.960873.564350.3983
Yxy73.56430.37050.3736
Hunter Lab85.76961.746025.1999
CIE-Lab88.71626.449125.8362

#fdd9ae color RGB value is (253,217,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10101110
Octal 375 331 256
Decimal 253 217 174
Hex FD D9 AE

RGB Percentages of Color #fdd9ae

%39.29
%33.70
%27.02

CMYK Percentages of Color #fdd9ae

%0
%14
%31
%1

Triadic Colors of #fdd9ae

#fdd9ae #aefdd9 #d9aefd

Analogous Colors of #fdd9ae

#fdd9ae #fafdae #fdb2ae

Monochromatic Colors of #fdd9ae

#fdd9ae

Complementary Color

#fdd9ae #aed2fd

#fdd9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd9ae Color CSS Codes

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

#fdd9ae Text Font Color

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

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


#fdd9ae Background Color

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

This div background color is #fdd9ae


#fdd9ae Border Color

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

This div border color is #fdd9ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,217,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 #fdd9ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd9ae

Related Colors


Comments

No comments written yet.

Please login to write comment.