Color Hex Logo

#fdd39f Color Hex

#FDD39F
(253,211,159)
0 Favorites   0 Comments

Color spaces of #fdd39f

RGB 253211159
HSL0.090.960.81
HSV33°37°99°
CMYK 0.000.170.37   0.01
XYZ70.060369.974442.6147
Yxy69.97440.38360.3831
Hunter Lab83.65073.111128.3510
CIE-Lab86.98437.765131.2640

#fdd39f color RGB value is (253,211,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10011111
Octal 375 323 237
Decimal 253 211 159
Hex FD D3 9F

RGB Percentages of Color #fdd39f

%40.61
%33.87
%25.52

CMYK Percentages of Color #fdd39f

%0
%17
%37
%1

Triadic Colors of #fdd39f

#fdd39f #9ffdd3 #d39ffd

Analogous Colors of #fdd39f

#fdd39f #f8fd9f #fda49f

Monochromatic Colors of #fdd39f

#fdd39f

Complementary Color

#fdd39f #9fc9fd

#fdd39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd39f Color CSS Codes

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

#fdd39f Text Font Color

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

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


#fdd39f Background Color

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

This div background color is #fdd39f


#fdd39f Border Color

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

This div border color is #fdd39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd39f


Comments

No comments written yet.

Please login to write comment.