Color Hex Logo

#fec71e Color Hex

#FEC71E
(254,199,30)
0 Favorites   0 Comments

Color spaces of #fec71e

RGB 25419930
HSL0.130.990.56
HSV45°88°100°
CMYK 0.000.220.88   0.00
XYZ61.530862.01149.9547
Yxy62.01140.46090.4645
Hunter Lab78.74731.666847.6281
CIE-Lab82.91956.158180.4520

#fec71e color RGB value is (254,199,30).

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

The process color (four color CMYK) of #fec71e color hex is 0.00, 0.22, 0.88, 0.00. Web safe color of #fec71e is #ffcc33. Color #fec71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00011110
Octal 376 307 36
Decimal 254 199 30
Hex FE C7 1E

RGB Percentages of Color #fec71e

%52.59
%41.20
%6.21

CMYK Percentages of Color #fec71e

%0
%22
%88
%0

Triadic Colors of #fec71e

#fec71e #1efec7 #c71efe

Analogous Colors of #fec71e

#fec71e #c5fe1e #fe571e

Monochromatic Colors of #fec71e

#fec71e

Complementary Color

#fec71e #1e55fe

#fec71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec71e Color CSS Codes

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

#fec71e Text Font Color

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

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


#fec71e Background Color

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

This div background color is #fec71e


#fec71e Border Color

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

This div border color is #fec71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec71e

Related Colors


Comments

No comments written yet.

Please login to write comment.