Color Hex Logo

#fdd49f Color Hex

#FDD49F
(253,212,159)
0 Favorites   0 Comments

Color spaces of #fdd49f

RGB 253212159
HSL0.090.960.81
HSV34°37°99°
CMYK 0.000.160.37   0.01
XYZ70.309570.472842.6978
Yxy70.47280.38320.3841
Hunter Lab83.94812.591028.6075
CIE-Lab87.22827.248631.5896

#fdd49f color RGB value is (253,212,159).

#fdd49f hex color red value is 253, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fdd49f hue: 0.09 , saturation: 0.96 and the lightness value of fdd49f is 0.81.

The process color (four color CMYK) of #fdd49f color hex is 0.00, 0.16, 0.37, 0.01. Web safe color of #fdd49f is #ffcc99. Color #fdd49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 10011111
Octal 375 324 237
Decimal 253 212 159
Hex FD D4 9F

RGB Percentages of Color #fdd49f

%40.54
%33.97
%25.48

CMYK Percentages of Color #fdd49f

%0
%16
%37
%1

Triadic Colors of #fdd49f

#fdd49f #9ffdd4 #d49ffd

Analogous Colors of #fdd49f

#fdd49f #f7fd9f #fda59f

Monochromatic Colors of #fdd49f

#fdd49f

Complementary Color

#fdd49f #9fc8fd

#fdd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd49f Color CSS Codes

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

#fdd49f Text Font Color

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

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


#fdd49f Background Color

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

This div background color is #fdd49f


#fdd49f Border Color

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

This div border color is #fdd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd49f


Comments

No comments written yet.

Please login to write comment.