Color Hex Logo

#fec77e Color Hex

#FEC77E
(254,199,126)
0 Favorites   0 Comments

Color spaces of #fec77e

RGB 254199126
HSL0.100.980.75
HSV34°50°100°
CMYK 0.000.220.50   0.00
XYZ65.062463.424028.5516
Yxy63.42400.41430.4039
Hunter Lab79.63926.459634.4913
CIE-Lab83.665011.066543.8233

#fec77e color RGB value is (254,199,126).

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

The process color (four color CMYK) of #fec77e color hex is 0.00, 0.22, 0.50, 0.00. Web safe color of #fec77e is #ffcc66. Color #fec77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01111110
Octal 376 307 176
Decimal 254 199 126
Hex FE C7 7E

RGB Percentages of Color #fec77e

%43.87
%34.37
%21.76

CMYK Percentages of Color #fec77e

%0
%22
%50
%0

Triadic Colors of #fec77e

#fec77e #7efec7 #c77efe

Analogous Colors of #fec77e

#fec77e #f5fe7e #fe877e

Monochromatic Colors of #fec77e

#fec77e

Complementary Color

#fec77e #7eb5fe

#fec77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec77e Color CSS Codes

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

#fec77e Text Font Color

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

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


#fec77e Background Color

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

This div background color is #fec77e


#fec77e Border Color

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

This div border color is #fec77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec77e


Comments

No comments written yet.

Please login to write comment.