Color Hex Logo

#fecf99 Color Hex

#FECF99
(254,207,153)
0 Favorites   0 Comments

Color spaces of #fecf99

RGB 254207153
HSL0.090.980.80
HSV32°40°100°
CMYK 0.000.190.40   0.00
XYZ68.935667.996439.6283
Yxy67.99640.39040.3851
Hunter Lab82.45994.919229.2286
CIE-Lab86.00469.557933.0755

#fecf99 color RGB value is (254,207,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10011001
Octal 376 317 231
Decimal 254 207 153
Hex FE CF 99

RGB Percentages of Color #fecf99

%41.37
%33.71
%24.92

CMYK Percentages of Color #fecf99

%0
%19
%40
%0

Triadic Colors of #fecf99

#fecf99 #99fecf #cf99fe

Analogous Colors of #fecf99

#fecf99 #fbfe99 #fe9d99

Monochromatic Colors of #fecf99

#fecf99

Complementary Color

#fecf99 #99c8fe

#fecf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf99 Color CSS Codes

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

#fecf99 Text Font Color

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

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


#fecf99 Background Color

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

This div background color is #fecf99


#fecf99 Border Color

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

This div border color is #fecf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf99


Comments

No comments written yet.

Please login to write comment.