Color Hex Logo

#fec799 Color Hex

#FEC799
(254,199,153)
1 Favorites   0 Comments

Color spaces of #fec799

RGB 254199153
HSL0.080.980.80
HSV27°40°100°
CMYK 0.000.220.40   0.00
XYZ67.046264.217638.9985
Yxy64.21760.39380.3772
Hunter Lab80.13599.105427.2414
CIE-Lab84.078913.716030.5158

#fec799 color RGB value is (254,199,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 10011001
Octal 376 307 231
Decimal 254 199 153
Hex FE C7 99

RGB Percentages of Color #fec799

%41.91
%32.84
%25.25

CMYK Percentages of Color #fec799

%0
%22
%40
%0

Triadic Colors of #fec799

#fec799 #99fec7 #c799fe

Analogous Colors of #fec799

#fec799 #fefa99 #fe999e

Monochromatic Colors of #fec799

#fec799

Complementary Color

#fec799 #99d0fe

#fec799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec799 Color CSS Codes

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

#fec799 Text Font Color

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

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


#fec799 Background Color

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

This div background color is #fec799


#fec799 Border Color

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

This div border color is #fec799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec799


Comments

No comments written yet.

Please login to write comment.