Color Hex Logo

#fec803 Color Hex

#FEC803
(254,200,3)
0 Favorites   0 Comments

Color spaces of #fec803

RGB 2542003
HSL0.130.990.50
HSV47°99°100°
CMYK 0.000.210.99   0.00
XYZ61.543862.38608.8841
Yxy62.38600.46340.4697
Hunter Lab78.98480.861248.6205
CIE-Lab83.11835.331784.1479

#fec803 color RGB value is (254,200,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00000011
Octal 376 310 3
Decimal 254 200 3
Hex FE C8 3

RGB Percentages of Color #fec803

%55.58
%43.76
%0.66

CMYK Percentages of Color #fec803

%0
%21
%99
%0

Triadic Colors of #fec803

#fec803 #03fec8 #c803fe

Analogous Colors of #fec803

#fec803 #b7fe03 #fe4b03

Monochromatic Colors of #fec803

#fec803

Complementary Color

#fec803 #0339fe

#fec803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec803 Color CSS Codes

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

#fec803 Text Font Color

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

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


#fec803 Background Color

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

This div background color is #fec803


#fec803 Border Color

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

This div border color is #fec803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec803


Comments

No comments written yet.

Please login to write comment.