Color Hex Logo

#fcd29e Color Hex

#FCD29E
(252,210,158)
0 Favorites   0 Comments

Color spaces of #fcd29e

RGB 252210158
HSL0.090.940.80
HSV33°37°99°
CMYK 0.000.170.37   0.01
XYZ69.363069.257342.0599
Yxy69.25730.38390.3833
Hunter Lab83.22103.139428.2895
CIE-Lab86.63137.783331.2931

#fcd29e color RGB value is (252,210,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10011110
Octal 374 322 236
Decimal 252 210 158
Hex FC D2 9E

RGB Percentages of Color #fcd29e

%40.65
%33.87
%25.48

CMYK Percentages of Color #fcd29e

%0
%17
%37
%1

Triadic Colors of #fcd29e

#fcd29e #9efcd2 #d29efc

Analogous Colors of #fcd29e

#fcd29e #f7fc9e #fca39e

Monochromatic Colors of #fcd29e

#fcd29e

Complementary Color

#fcd29e #9ec8fc

#fcd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd29e Color CSS Codes

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

#fcd29e Text Font Color

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

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


#fcd29e Background Color

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

This div background color is #fcd29e


#fcd29e Border Color

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

This div border color is #fcd29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd29e


Comments

No comments written yet.

Please login to write comment.