Color Hex Logo

#fec807 Color Hex

#FEC807
(254,200,7)
0 Favorites   0 Comments

Color spaces of #fec807

RGB 2542007
HSL0.130.990.51
HSV47°97°100°
CMYK 0.000.210.97   0.00
XYZ61.565762.39478.9995
Yxy62.39470.46300.4693
Hunter Lab78.99030.891348.5382
CIE-Lab83.12295.363183.7819

#fec807 color RGB value is (254,200,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00000111
Octal 376 310 7
Decimal 254 200 7
Hex FE C8 7

RGB Percentages of Color #fec807

%55.10
%43.38
%1.52

CMYK Percentages of Color #fec807

%0
%21
%97
%0

Triadic Colors of #fec807

#fec807 #07fec8 #c807fe

Analogous Colors of #fec807

#fec807 #b9fe07 #fe4d07

Monochromatic Colors of #fec807

#fec807

Complementary Color

#fec807 #073dfe

#fec807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec807 Color CSS Codes

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

#fec807 Text Font Color

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

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


#fec807 Background Color

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

This div background color is #fec807


#fec807 Border Color

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

This div border color is #fec807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec807


Comments

No comments written yet.

Please login to write comment.