Color Hex Logo

#fcd29d Color Hex

#FCD29D
(252,210,157)
0 Favorites   0 Comments

Color spaces of #fcd29d

RGB 252210157
HSL0.090.940.80
HSV33°38°99°
CMYK 0.000.170.38   0.01
XYZ69.277369.223041.6083
Yxy69.22300.38460.3843
Hunter Lab83.20043.028528.5895
CIE-Lab86.61447.670831.7870

#fcd29d color RGB value is (252,210,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10011101
Octal 374 322 235
Decimal 252 210 157
Hex FC D2 9D

RGB Percentages of Color #fcd29d

%40.71
%33.93
%25.36

CMYK Percentages of Color #fcd29d

%0
%17
%38
%1

Triadic Colors of #fcd29d

#fcd29d #9dfcd2 #d29dfc

Analogous Colors of #fcd29d

#fcd29d #f7fc9d #fca39d

Monochromatic Colors of #fcd29d

#fcd29d

Complementary Color

#fcd29d #9dc7fc

#fcd29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd29d Color CSS Codes

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

#fcd29d Text Font Color

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

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


#fcd29d Background Color

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

This div background color is #fcd29d


#fcd29d Border Color

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

This div border color is #fcd29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd29d


Comments

No comments written yet.

Please login to write comment.