Color Hex Logo

#fecf97 Color Hex

#FECF97
(254,207,151)
0 Favorites   0 Comments

Color spaces of #fecf97

RGB 254207151
HSL0.090.980.79
HSV33°41°100°
CMYK 0.000.190.41   0.00
XYZ68.771867.930838.7655
Yxy67.93080.39190.3871
Hunter Lab82.42014.706129.8076
CIE-Lab85.97189.343234.0628

#fecf97 color RGB value is (254,207,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10010111
Octal 376 317 227
Decimal 254 207 151
Hex FE CF 97

RGB Percentages of Color #fecf97

%41.50
%33.82
%24.67

CMYK Percentages of Color #fecf97

%0
%19
%41
%0

Triadic Colors of #fecf97

#fecf97 #97fecf #cf97fe

Analogous Colors of #fecf97

#fecf97 #fafe97 #fe9c97

Monochromatic Colors of #fecf97

#fecf97

Complementary Color

#fecf97 #97c6fe

#fecf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf97 Color CSS Codes

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

#fecf97 Text Font Color

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

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


#fecf97 Background Color

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

This div background color is #fecf97


#fecf97 Border Color

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

This div border color is #fecf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf97


Comments

No comments written yet.

Please login to write comment.