Color Hex Logo

#fecb99 Color Hex

#FECB99
(254,203,153)
0 Favorites   0 Comments

Color spaces of #fecb99

RGB 254203153
HSL0.080.980.80
HSV30°40°100°
CMYK 0.000.200.40   0.00
XYZ67.978866.082639.3093
Yxy66.08260.39210.3812
Hunter Lab81.29127.008928.2335
CIE-Lab85.038511.634131.7940

#fecb99 color RGB value is (254,203,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10011001
Octal 376 313 231
Decimal 254 203 153
Hex FE CB 99

RGB Percentages of Color #fecb99

%41.64
%33.28
%25.08

CMYK Percentages of Color #fecb99

%0
%20
%40
%0

Triadic Colors of #fecb99

#fecb99 #99fecb #cb99fe

Analogous Colors of #fecb99

#fecb99 #fefe99 #fe999a

Monochromatic Colors of #fecb99

#fecb99

Complementary Color

#fecb99 #99ccfe

#fecb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb99 Color CSS Codes

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

#fecb99 Text Font Color

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

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


#fecb99 Background Color

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

This div background color is #fecb99


#fecb99 Border Color

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

This div border color is #fecb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb99


Comments

No comments written yet.

Please login to write comment.