Color Hex Logo

#fec77d Color Hex

#FEC77D
(254,199,125)
0 Favorites   0 Comments

Color spaces of #fec77d

RGB 254199125
HSL0.100.980.74
HSV34°51°100°
CMYK 0.000.220.51   0.00
XYZ64.998163.398328.2134
Yxy63.39830.41500.4048
Hunter Lab79.62306.373334.7275
CIE-Lab83.651510.979344.3076

#fec77d color RGB value is (254,199,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01111101
Octal 376 307 175
Decimal 254 199 125
Hex FE C7 7D

RGB Percentages of Color #fec77d

%43.94
%34.43
%21.63

CMYK Percentages of Color #fec77d

%0
%22
%51
%0

Triadic Colors of #fec77d

#fec77d #7dfec7 #c77dfe

Analogous Colors of #fec77d

#fec77d #f5fe7d #fe877d

Monochromatic Colors of #fec77d

#fec77d

Complementary Color

#fec77d #7db4fe

#fec77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec77d Color CSS Codes

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

#fec77d Text Font Color

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

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


#fec77d Background Color

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

This div background color is #fec77d


#fec77d Border Color

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

This div border color is #fec77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec77d


Comments

No comments written yet.

Please login to write comment.