Color Hex Logo

#fec603 Color Hex

#FEC603
(254,198,3)
0 Favorites   0 Comments

Color spaces of #fec603

RGB 2541983
HSL0.130.990.50
HSV47°99°100°
CMYK 0.000.220.99   0.00
XYZ61.083661.46568.7307
Yxy61.46560.46530.4682
Hunter Lab78.40001.874348.2774
CIE-Lab82.62846.362383.8055

#fec603 color RGB value is (254,198,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 00000011
Octal 376 306 3
Decimal 254 198 3
Hex FE C6 3

RGB Percentages of Color #fec603

%55.82
%43.52
%0.66

CMYK Percentages of Color #fec603

%0
%22
%99
%0

Triadic Colors of #fec603

#fec603 #03fec6 #c603fe

Analogous Colors of #fec603

#fec603 #b9fe03 #fe4903

Monochromatic Colors of #fec603

#fec603

Complementary Color

#fec603 #033bfe

#fec603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec603 Color CSS Codes

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

#fec603 Text Font Color

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

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


#fec603 Background Color

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

This div background color is #fec603


#fec603 Border Color

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

This div border color is #fec603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec603

Related Colors


Comments

No comments written yet.

Please login to write comment.