Color Hex Logo

#fdce8e Color Hex

#FDCE8E
(253,206,142)
0 Favorites   0 Comments

Color spaces of #fdce8e

RGB 253206142
HSL0.100.970.77
HSV35°44°99°
CMYK 0.000.190.44   0.01
XYZ67.461866.978334.9637
Yxy66.97830.39820.3954
Hunter Lab81.84033.919031.9584
CIE-Lab85.49308.538838.0315

#fdce8e color RGB value is (253,206,142).

#fdce8e hex color red value is 253, green value is 206 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fdce8e hue: 0.10 , saturation: 0.97 and the lightness value of fdce8e is 0.77.

The process color (four color CMYK) of #fdce8e color hex is 0.00, 0.19, 0.44, 0.01. Web safe color of #fdce8e is #ffcc99. Color #fdce8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10001110
Octal 375 316 216
Decimal 253 206 142
Hex FD CE 8E

RGB Percentages of Color #fdce8e

%42.10
%34.28
%23.63

CMYK Percentages of Color #fdce8e

%0
%19
%44
%1

Triadic Colors of #fdce8e

#fdce8e #8efdce #ce8efd

Analogous Colors of #fdce8e

#fdce8e #f5fd8e #fd978e

Monochromatic Colors of #fdce8e

#fdce8e

Complementary Color

#fdce8e #8ebdfd

#fdce8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce8e Color CSS Codes

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

#fdce8e Text Font Color

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

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


#fdce8e Background Color

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

This div background color is #fdce8e


#fdce8e Border Color

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

This div border color is #fdce8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,206,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce8e


Comments

No comments written yet.

Please login to write comment.