Color Hex Logo

#fecb96 Color Hex

#FECB96
(254,203,150)
0 Favorites   0 Comments

Color spaces of #fecb96

RGB 254203150
HSL0.080.980.79
HSV31°41°100°
CMYK 0.000.200.41   0.00
XYZ67.734065.984738.0205
Yxy65.98470.39440.3842
Hunter Lab81.23106.687129.1107
CIE-Lab84.988611.311933.2816

#fecb96 color RGB value is (254,203,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10010110
Octal 376 313 226
Decimal 254 203 150
Hex FE CB 96

RGB Percentages of Color #fecb96

%41.85
%33.44
%24.71

CMYK Percentages of Color #fecb96

%0
%20
%41
%0

Triadic Colors of #fecb96

#fecb96 #96fecb #cb96fe

Analogous Colors of #fecb96

#fecb96 #fdfe96 #fe9796

Monochromatic Colors of #fecb96

#fecb96

Complementary Color

#fecb96 #96c9fe

#fecb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb96 Color CSS Codes

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

#fecb96 Text Font Color

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

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


#fecb96 Background Color

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

This div background color is #fecb96


#fecb96 Border Color

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

This div border color is #fecb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb96

Related Colors


Comments

No comments written yet.

Please login to write comment.