Color Hex Logo

#fecb93 Color Hex

#FECB93
(254,203,147)
0 Favorites   0 Comments

Color spaces of #fecb93

RGB 254203147
HSL0.090.980.79
HSV31°42°100°
CMYK 0.000.200.42   0.00
XYZ67.495465.889336.7643
Yxy65.88930.39670.3872
Hunter Lab81.17226.372929.9671
CIE-Lab84.939910.996734.7661

#fecb93 color RGB value is (254,203,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10010011
Octal 376 313 223
Decimal 254 203 147
Hex FE CB 93

RGB Percentages of Color #fecb93

%42.05
%33.61
%24.34

CMYK Percentages of Color #fecb93

%0
%20
%42
%0

Triadic Colors of #fecb93

#fecb93 #93fecb #cb93fe

Analogous Colors of #fecb93

#fecb93 #fcfe93 #fe9693

Monochromatic Colors of #fecb93

#fecb93

Complementary Color

#fecb93 #93c6fe

#fecb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb93 Color CSS Codes

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

#fecb93 Text Font Color

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

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


#fecb93 Background Color

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

This div background color is #fecb93


#fecb93 Border Color

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

This div border color is #fecb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb93


Comments

No comments written yet.

Please login to write comment.