Color Hex Logo

#fec703 Color Hex

#FEC703
(254,199,3)
0 Favorites   0 Comments

Color spaces of #fec703

RGB 2541993
HSL0.130.990.50
HSV47°99°100°
CMYK 0.000.220.99   0.00
XYZ61.312961.92438.8072
Yxy61.92430.46430.4690
Hunter Lab78.69201.367448.4487
CIE-Lab82.87315.846683.9763

#fec703 color RGB value is (254,199,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00000011
Octal 376 307 3
Decimal 254 199 3
Hex FE C7 3

RGB Percentages of Color #fec703

%55.70
%43.64
%0.66

CMYK Percentages of Color #fec703

%0
%22
%99
%0

Triadic Colors of #fec703

#fec703 #03fec7 #c703fe

Analogous Colors of #fec703

#fec703 #b8fe03 #fe4a03

Monochromatic Colors of #fec703

#fec703

Complementary Color

#fec703 #033afe

#fec703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec703 Color CSS Codes

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

#fec703 Text Font Color

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

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


#fec703 Background Color

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

This div background color is #fec703


#fec703 Border Color

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

This div border color is #fec703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec703

Related Colors


Comments

No comments written yet.

Please login to write comment.