Color Hex Logo

#fcd39e Color Hex

#FCD39E
(252,211,158)
0 Favorites   0 Comments

Color spaces of #fcd39e

RGB 252211158
HSL0.090.940.80
HSV34°37°99°
CMYK 0.000.160.37   0.01
XYZ69.610769.752642.1425
Yxy69.75260.38350.3843
Hunter Lab83.51802.619928.5454
CIE-Lab86.87547.266431.6186

#fcd39e color RGB value is (252,211,158).

#fcd39e hex color red value is 252, green value is 211 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fcd39e hue: 0.09 , saturation: 0.94 and the lightness value of fcd39e is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 10011110
Octal 374 323 236
Decimal 252 211 158
Hex FC D3 9E

RGB Percentages of Color #fcd39e

%40.58
%33.98
%25.44

CMYK Percentages of Color #fcd39e

%0
%16
%37
%1

Triadic Colors of #fcd39e

#fcd39e #9efcd3 #d39efc

Analogous Colors of #fcd39e

#fcd39e #f6fc9e #fca49e

Monochromatic Colors of #fcd39e

#fcd39e

Complementary Color

#fcd39e #9ec7fc

#fcd39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd39e Color CSS Codes

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

#fcd39e Text Font Color

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

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


#fcd39e Background Color

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

This div background color is #fcd39e


#fcd39e Border Color

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

This div border color is #fcd39e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,211,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd39e


Comments

No comments written yet.

Please login to write comment.