Color Hex Logo

#fecea7 Color Hex

#FECEA7
(254,206,167)
0 Favorites   0 Comments

Color spaces of #fecea7

RGB 254206167
HSL0.070.980.83
HSV27°34°100°
CMYK 0.000.190.34   0.00
XYZ69.919468.003546.0000
Yxy68.00350.38020.3697
Hunter Lab82.46427.033424.6520
CIE-Lab86.008211.669525.8055

#fecea7 color RGB value is (254,206,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10100111
Octal 376 316 247
Decimal 254 206 167
Hex FE CE A7

RGB Percentages of Color #fecea7

%40.51
%32.85
%26.63

CMYK Percentages of Color #fecea7

%0
%19
%34
%0

Triadic Colors of #fecea7

#fecea7 #a7fece #cea7fe

Analogous Colors of #fecea7

#fecea7 #fefaa7 #fea7ac

Monochromatic Colors of #fecea7

#fecea7

Complementary Color

#fecea7 #a7d7fe

#fecea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecea7 Color CSS Codes

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

#fecea7 Text Font Color

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

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


#fecea7 Background Color

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

This div background color is #fecea7


#fecea7 Border Color

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

This div border color is #fecea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecea7

Related Colors


Comments

No comments written yet.

Please login to write comment.