Color Hex Logo

#fedf7c Color Hex

#FEDF7C
(254,223,124)
0 Favorites   0 Comments

Color spaces of #fedf7c

RGB 254223124
HSL0.130.980.74
HSV46°51°100°
CMYK 0.000.120.51   0.00
XYZ70.898875.301429.8666
Yxy75.30140.40270.4277
Hunter Lab86.7764-6.019040.3371
CIE-Lab89.5340-1.430152.0065

#fedf7c color RGB value is (254,223,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01111100
Octal 376 337 174
Decimal 254 223 124
Hex FE DF 7C

RGB Percentages of Color #fedf7c

%42.26
%37.10
%20.63

CMYK Percentages of Color #fedf7c

%0
%12
%51
%0

Triadic Colors of #fedf7c

#fedf7c #7cfedf #df7cfe

Analogous Colors of #fedf7c

#fedf7c #dcfe7c #fe9e7c

Monochromatic Colors of #fedf7c

#fedf7c

Complementary Color

#fedf7c #7c9bfe

#fedf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf7c Color CSS Codes

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

#fedf7c Text Font Color

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

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


#fedf7c Background Color

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

This div background color is #fedf7c


#fedf7c Border Color

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

This div border color is #fedf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf7c


Comments

No comments written yet.

Please login to write comment.