Color Hex Logo

#fcd59f Color Hex

#FCD59F
(252,213,159)
0 Favorites   0 Comments

Color spaces of #fcd59f

RGB 252213159
HSL0.100.940.81
HSV35°37°99°
CMYK 0.000.150.37   0.01
XYZ70.197170.787142.7644
Yxy70.78710.38200.3852
Hunter Lab84.13511.693028.7585
CIE-Lab87.38156.347031.7777

#fcd59f color RGB value is (252,213,159).

#fcd59f hex color red value is 252, green value is 213 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fcd59f hue: 0.10 , saturation: 0.94 and the lightness value of fcd59f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 10011111
Octal 374 325 237
Decimal 252 213 159
Hex FC D5 9F

RGB Percentages of Color #fcd59f

%40.38
%34.13
%25.48

CMYK Percentages of Color #fcd59f

%0
%15
%37
%1

Triadic Colors of #fcd59f

#fcd59f #9ffcd5 #d59ffc

Analogous Colors of #fcd59f

#fcd59f #f5fc9f #fca79f

Monochromatic Colors of #fcd59f

#fcd59f

Complementary Color

#fcd59f #9fc6fc

#fcd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd59f Color CSS Codes

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

#fcd59f Text Font Color

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

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


#fcd59f Background Color

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

This div background color is #fcd59f


#fcd59f Border Color

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

This div border color is #fcd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd59f

Related Colors


Comments

No comments written yet.

Please login to write comment.