Color Hex Logo

#fece8d Color Hex

#FECE8D
(254,206,141)
0 Favorites   0 Comments

Color spaces of #fece8d

RGB 254206141
HSL0.100.980.77
HSV35°44°100°
CMYK 0.000.190.44   0.00
XYZ67.752167.136534.5870
Yxy67.13650.39980.3961
Hunter Lab81.93694.208932.3284
CIE-Lab85.57288.833538.6628

#fece8d color RGB value is (254,206,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10001101
Octal 376 316 215
Decimal 254 206 141
Hex FE CE 8D

RGB Percentages of Color #fece8d

%42.26
%34.28
%23.46

CMYK Percentages of Color #fece8d

%0
%19
%44
%0

Triadic Colors of #fece8d

#fece8d #8dfece #ce8dfe

Analogous Colors of #fece8d

#fece8d #f6fe8d #fe968d

Monochromatic Colors of #fece8d

#fece8d

Complementary Color

#fece8d #8dbdfe

#fece8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece8d Color CSS Codes

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

#fece8d Text Font Color

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

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


#fece8d Background Color

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

This div background color is #fece8d


#fece8d Border Color

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

This div border color is #fece8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece8d


Comments

No comments written yet.

Please login to write comment.