Color Hex Logo

#fece8f Color Hex

#FECE8F
(254,206,143)
0 Favorites   0 Comments

Color spaces of #fece8f

RGB 254206143
HSL0.090.980.78
HSV34°44°100°
CMYK 0.000.190.44   0.00
XYZ67.902367.196635.3780
Yxy67.19660.39830.3942
Hunter Lab81.97354.405831.7932
CIE-Lab85.60319.032737.6826

#fece8f color RGB value is (254,206,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10001111
Octal 376 316 217
Decimal 254 206 143
Hex FE CE 8F

RGB Percentages of Color #fece8f

%42.12
%34.16
%23.71

CMYK Percentages of Color #fece8f

%0
%19
%44
%0

Triadic Colors of #fece8f

#fece8f #8ffece #ce8ffe

Analogous Colors of #fece8f

#fece8f #f7fe8f #fe978f

Monochromatic Colors of #fece8f

#fece8f

Complementary Color

#fece8f #8fbffe

#fece8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece8f Color CSS Codes

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

#fece8f Text Font Color

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

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


#fece8f Background Color

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

This div background color is #fece8f


#fece8f Border Color

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

This div border color is #fece8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece8f


Comments

No comments written yet.

Please login to write comment.