Color Hex Logo

#fec679 Color Hex

#FEC679
(254,198,121)
0 Favorites   0 Comments

Color spaces of #fec679

RGB 254198121
HSL0.100.990.74
HSV35°52°100°
CMYK 0.000.220.52   0.00
XYZ64.518362.839526.8179
Yxy62.83950.41850.4076
Hunter Lab79.27146.554835.4319
CIE-Lab83.357911.158445.9392

#fec679 color RGB value is (254,198,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01111001
Octal 376 306 171
Decimal 254 198 121
Hex FE C6 79

RGB Percentages of Color #fec679

%44.33
%34.55
%21.12

CMYK Percentages of Color #fec679

%0
%22
%52
%0

Triadic Colors of #fec679

#fec679 #79fec6 #c679fe

Analogous Colors of #fec679

#fec679 #f4fe79 #fe8479

Monochromatic Colors of #fec679

#fec679

Complementary Color

#fec679 #79b1fe

#fec679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec679 Color CSS Codes

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

#fec679 Text Font Color

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

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


#fec679 Background Color

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

This div background color is #fec679


#fec679 Border Color

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

This div border color is #fec679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec679

Related Colors


Comments

No comments written yet.

Please login to write comment.