Color Hex Logo

#fecf79 Color Hex

#FECF79
(254,207,121)
0 Favorites   0 Comments

Color spaces of #fecf79

RGB 254207121
HSL0.110.990.74
HSV39°52°100°
CMYK 0.000.190.52   0.00
XYZ66.637167.077027.5242
Yxy67.07700.41330.4160
Hunter Lab81.90051.907837.4049
CIE-Lab85.54286.499148.6153

#fecf79 color RGB value is (254,207,121).

#fecf79 hex color red value is 254, green value is 207 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fecf79 hue: 0.11 , saturation: 0.99 and the lightness value of fecf79 is 0.74.

The process color (four color CMYK) of #fecf79 color hex is 0.00, 0.19, 0.52, 0.00. Web safe color of #fecf79 is #ffcc66. Color #fecf79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01111001
Octal 376 317 171
Decimal 254 207 121
Hex FE CF 79

RGB Percentages of Color #fecf79

%43.64
%35.57
%20.79

CMYK Percentages of Color #fecf79

%0
%19
%52
%0

Triadic Colors of #fecf79

#fecf79 #79fecf #cf79fe

Analogous Colors of #fecf79

#fecf79 #ebfe79 #fe8d79

Monochromatic Colors of #fecf79

#fecf79

Complementary Color

#fecf79 #79a8fe

#fecf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf79 Color CSS Codes

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

#fecf79 Text Font Color

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

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


#fecf79 Background Color

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

This div background color is #fecf79


#fecf79 Border Color

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

This div border color is #fecf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf79

Related Colors


Comments

No comments written yet.

Please login to write comment.