Color Hex Logo

#fecb07 Color Hex

#FECB07
(254,203,7)
0 Favorites   0 Comments

Color spaces of #fecb07

RGB 2542037
HSL0.130.990.51
HSV48°97°100°
CMYK 0.000.200.97   0.00
XYZ62.267363.79809.2334
Yxy63.79800.46020.4715
Hunter Lab79.8737-0.625249.0576
CIE-Lab83.86053.820984.3053

#fecb07 color RGB value is (254,203,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 00000111
Octal 376 313 7
Decimal 254 203 7
Hex FE CB 7

RGB Percentages of Color #fecb07

%54.74
%43.75
%1.51

CMYK Percentages of Color #fecb07

%0
%20
%97
%0

Triadic Colors of #fecb07

#fecb07 #07fecb #cb07fe

Analogous Colors of #fecb07

#fecb07 #b6fe07 #fe5007

Monochromatic Colors of #fecb07

#fecb07

Complementary Color

#fecb07 #073afe

#fecb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb07 Color CSS Codes

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

#fecb07 Text Font Color

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

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


#fecb07 Background Color

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

This div background color is #fecb07


#fecb07 Border Color

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

This div border color is #fecb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb07


Comments

No comments written yet.

Please login to write comment.