Color Hex Logo

#fecb97 Color Hex

#FECB97
(254,203,151)
0 Favorites   0 Comments

Color spaces of #fecb97

RGB 254203151
HSL0.080.980.79
HSV30°41°100°
CMYK 0.000.200.41   0.00
XYZ67.814966.017138.4465
Yxy66.01710.39360.3832
Hunter Lab81.25096.793428.8207
CIE-Lab85.005111.418432.7860

#fecb97 color RGB value is (254,203,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10010111
Octal 376 313 227
Decimal 254 203 151
Hex FE CB 97

RGB Percentages of Color #fecb97

%41.78
%33.39
%24.84

CMYK Percentages of Color #fecb97

%0
%20
%41
%0

Triadic Colors of #fecb97

#fecb97 #97fecb #cb97fe

Analogous Colors of #fecb97

#fecb97 #fefe97 #fe9897

Monochromatic Colors of #fecb97

#fecb97

Complementary Color

#fecb97 #97cafe

#fecb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb97 Color CSS Codes

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

#fecb97 Text Font Color

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

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


#fecb97 Background Color

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

This div background color is #fecb97


#fecb97 Border Color

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

This div border color is #fecb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb97

Related Colors


Comments

No comments written yet.

Please login to write comment.