Color Hex Logo

#fecea8 Color Hex

#FECEA8
(254,206,168)
6 Favorites   0 Comments

Color spaces of #fecea8

RGB 254206168
HSL0.070.980.83
HSV27°34°100°
CMYK 0.000.190.34   0.00
XYZ70.012268.040646.4889
Yxy68.04060.37940.3687
Hunter Lab82.48677.153524.3253
CIE-Lab86.026711.789225.3077

#fecea8 color RGB value is (254,206,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10101000
Octal 376 316 250
Decimal 254 206 168
Hex FE CE A8

RGB Percentages of Color #fecea8

%40.45
%32.80
%26.75

CMYK Percentages of Color #fecea8

%0
%19
%34
%0

Triadic Colors of #fecea8

#fecea8 #a8fece #cea8fe

Analogous Colors of #fecea8

#fecea8 #fef9a8 #fea8ad

Monochromatic Colors of #fecea8

#fecea8

Complementary Color

#fecea8 #a8d8fe

#fecea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecea8 Color CSS Codes

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

#fecea8 Text Font Color

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

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


#fecea8 Background Color

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

This div background color is #fecea8


#fecea8 Border Color

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

This div border color is #fecea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecea8

#fecea8 Color Palettes


Comments

No comments written yet.

Please login to write comment.