Color Hex Logo

#fdc99f Color Hex

#FDC99F
(253,201,159)
0 Favorites   0 Comments

Color spaces of #fdc99f

RGB 253201159
HSL0.070.960.81
HSV27°37°99°
CMYK 0.000.210.37   0.01
XYZ67.652765.159141.8122
Yxy65.15910.38740.3731
Hunter Lab80.72128.339425.7936
CIE-Lab84.565712.956228.0181

#fdc99f color RGB value is (253,201,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 10011111
Octal 375 311 237
Decimal 253 201 159
Hex FD C9 9F

RGB Percentages of Color #fdc99f

%41.27
%32.79
%25.94

CMYK Percentages of Color #fdc99f

%0
%21
%37
%1

Triadic Colors of #fdc99f

#fdc99f #9ffdc9 #c99ffd

Analogous Colors of #fdc99f

#fdc99f #fdf89f #fd9fa4

Monochromatic Colors of #fdc99f

#fdc99f

Complementary Color

#fdc99f #9fd3fd

#fdc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc99f Color CSS Codes

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

#fdc99f Text Font Color

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

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


#fdc99f Background Color

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

This div background color is #fdc99f


#fdc99f Border Color

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

This div border color is #fdc99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc99f

#fdc99f Color Palettes


Comments

No comments written yet.

Please login to write comment.