Color Hex Logo

#fec607 Color Hex

#FEC607
(254,198,7)
0 Favorites   0 Comments

Color spaces of #fec607

RGB 2541987
HSL0.130.990.51
HSV46°97°100°
CMYK 0.000.220.97   0.00
XYZ61.105561.47438.8461
Yxy61.47430.46490.4677
Hunter Lab78.40551.904648.1945
CIE-Lab82.63316.393883.4352

#fec607 color RGB value is (254,198,7).

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

The process color (four color CMYK) of #fec607 color hex is 0.00, 0.22, 0.97, 0.00. Web safe color of #fec607 is #ffcc00. Color #fec607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 00000111
Octal 376 306 7
Decimal 254 198 7
Hex FE C6 7

RGB Percentages of Color #fec607

%55.34
%43.14
%1.53

CMYK Percentages of Color #fec607

%0
%22
%97
%0

Triadic Colors of #fec607

#fec607 #07fec6 #c607fe

Analogous Colors of #fec607

#fec607 #bbfe07 #fe4b07

Monochromatic Colors of #fec607

#fec607

Complementary Color

#fec607 #073ffe

#fec607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec607 Color CSS Codes

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

#fec607 Text Font Color

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

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


#fec607 Background Color

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

This div background color is #fec607


#fec607 Border Color

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

This div border color is #fec607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec607

Related Colors


Comments

No comments written yet.

Please login to write comment.