Color Hex Logo

#fecfa7 Color Hex

#FECFA7
(254,207,167)
0 Favorites   0 Comments

Color spaces of #fecfa7

RGB 254207167
HSL0.080.980.83
HSV28°34°100°
CMYK 0.000.190.34   0.00
XYZ70.160968.486546.0806
Yxy68.48650.37980.3707
Hunter Lab82.75666.508024.9157
CIE-Lab86.249111.150126.1333

#fecfa7 color RGB value is (254,207,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10100111
Octal 376 317 247
Decimal 254 207 167
Hex FE CF A7

RGB Percentages of Color #fecfa7

%40.45
%32.96
%26.59

CMYK Percentages of Color #fecfa7

%0
%19
%34
%0

Triadic Colors of #fecfa7

#fecfa7 #a7fecf #cfa7fe

Analogous Colors of #fecfa7

#fecfa7 #fefba7 #fea7ab

Monochromatic Colors of #fecfa7

#fecfa7

Complementary Color

#fecfa7 #a7d6fe

#fecfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfa7 Color CSS Codes

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

#fecfa7 Text Font Color

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

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


#fecfa7 Background Color

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

This div background color is #fecfa7


#fecfa7 Border Color

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

This div border color is #fecfa7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,207,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 #fecfa7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfa7

Related Colors

#fecfa7 Color Palettes


Comments

No comments written yet.

Please login to write comment.