Color Hex Logo

#fdd3ae Color Hex

#FDD3AE
(253,211,174)
0 Favorites   0 Comments

Color spaces of #fdd3ae

RGB 253211174
HSL0.080.950.84
HSV28°31°99°
CMYK 0.000.170.31   0.01
XYZ71.442370.527249.8921
Yxy70.52720.37240.3676
Hunter Lab83.98054.884423.5626
CIE-Lab87.25489.549823.8363

#fdd3ae color RGB value is (253,211,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10101110
Octal 375 323 256
Decimal 253 211 174
Hex FD D3 AE

RGB Percentages of Color #fdd3ae

%39.66
%33.07
%27.27

CMYK Percentages of Color #fdd3ae

%0
%17
%31
%1

Triadic Colors of #fdd3ae

#fdd3ae #aefdd3 #d3aefd

Analogous Colors of #fdd3ae

#fdd3ae #fdfbae #fdaeb1

Monochromatic Colors of #fdd3ae

#fdd3ae

Complementary Color

#fdd3ae #aed8fd

#fdd3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd3ae Color CSS Codes

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

#fdd3ae Text Font Color

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

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


#fdd3ae Background Color

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

This div background color is #fdd3ae


#fdd3ae Border Color

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

This div border color is #fdd3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd3ae


Comments

No comments written yet.

Please login to write comment.