Color Hex Logo

#fed77c Color Hex

#FED77C
(254,215,124)
0 Favorites   0 Comments

Color spaces of #fed77c

RGB 254215124
HSL0.120.980.74
HSV42°51°100°
CMYK 0.000.150.51   0.00
XYZ68.811671.126929.1709
Yxy71.12690.40690.4206
Hunter Lab84.3368-1.948638.5282
CIE-Lab87.54662.641949.5969

#fed77c color RGB value is (254,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01111100
Octal 376 327 174
Decimal 254 215 124
Hex FE D7 7C

RGB Percentages of Color #fed77c

%42.83
%36.26
%20.91

CMYK Percentages of Color #fed77c

%0
%15
%51
%0

Triadic Colors of #fed77c

#fed77c #7cfed7 #d77cfe

Analogous Colors of #fed77c

#fed77c #e4fe7c #fe967c

Monochromatic Colors of #fed77c

#fed77c

Complementary Color

#fed77c #7ca3fe

#fed77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed77c Color CSS Codes

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

#fed77c Text Font Color

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

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


#fed77c Background Color

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

This div background color is #fed77c


#fed77c Border Color

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

This div border color is #fed77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed77c


Comments

No comments written yet.

Please login to write comment.