Color Hex Logo

#fecb94 Color Hex

#FECB94
(254,203,148)
0 Favorites   0 Comments

Color spaces of #fecb94

RGB 254203148
HSL0.090.980.79
HSV31°42°100°
CMYK 0.000.200.42   0.00
XYZ67.574365.920837.1794
Yxy65.92080.39590.3862
Hunter Lab81.19166.476929.6840
CIE-Lab84.956011.101134.2716

#fecb94 color RGB value is (254,203,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10010100
Octal 376 313 224
Decimal 254 203 148
Hex FE CB 94

RGB Percentages of Color #fecb94

%41.98
%33.55
%24.46

CMYK Percentages of Color #fecb94

%0
%20
%42
%0

Triadic Colors of #fecb94

#fecb94 #94fecb #cb94fe

Analogous Colors of #fecb94

#fecb94 #fcfe94 #fe9694

Monochromatic Colors of #fecb94

#fecb94

Complementary Color

#fecb94 #94c7fe

#fecb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb94 Color CSS Codes

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

#fecb94 Text Font Color

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

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


#fecb94 Background Color

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

This div background color is #fecb94


#fecb94 Border Color

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

This div border color is #fecb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb94


Comments

No comments written yet.

Please login to write comment.