Color Hex Logo

#fece9f Color Hex

#FECE9F
(254,206,159)
0 Favorites   0 Comments

Color spaces of #fece9f

RGB 254206159
HSL0.080.980.81
HSV30°37°100°
CMYK 0.000.190.37   0.00
XYZ69.202467.716642.2241
Yxy67.71660.38630.3780
Hunter Lab82.29016.103127.1806
CIE-Lab85.864510.740629.7818

#fece9f color RGB value is (254,206,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10011111
Octal 376 316 237
Decimal 254 206 159
Hex FE CE 9F

RGB Percentages of Color #fece9f

%41.03
%33.28
%25.69

CMYK Percentages of Color #fece9f

%0
%19
%37
%0

Triadic Colors of #fece9f

#fece9f #9ffece #ce9ffe

Analogous Colors of #fece9f

#fece9f #fefe9f #fe9fa0

Monochromatic Colors of #fece9f

#fece9f

Complementary Color

#fece9f #9fcffe

#fece9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece9f Color CSS Codes

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

#fece9f Text Font Color

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

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


#fece9f Background Color

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

This div background color is #fece9f


#fece9f Border Color

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

This div border color is #fece9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece9f


Comments

No comments written yet.

Please login to write comment.