Color Hex Logo

#fec81d Color Hex

#FEC81D
(254,200,29)
0 Favorites   0 Comments

Color spaces of #fec81d

RGB 25420029
HSL0.130.990.55
HSV46°89°100°
CMYK 0.000.210.89   0.00
XYZ61.749162.46819.9654
Yxy62.46810.46020.4655
Hunter Lab79.03681.142547.8501
CIE-Lab83.16175.624880.8374

#fec81d color RGB value is (254,200,29).

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

The process color (four color CMYK) of #fec81d color hex is 0.00, 0.21, 0.89, 0.00. Web safe color of #fec81d is #ffcc33. Color #fec81d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00011101
Octal 376 310 35
Decimal 254 200 29
Hex FE C8 1D

RGB Percentages of Color #fec81d

%52.59
%41.41
%6.00

CMYK Percentages of Color #fec81d

%0
%21
%89
%0

Triadic Colors of #fec81d

#fec81d #1dfec8 #c81dfe

Analogous Colors of #fec81d

#fec81d #c4fe1d #fe581d

Monochromatic Colors of #fec81d

#fec81d

Complementary Color

#fec81d #1d53fe

#fec81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec81d Color CSS Codes

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

#fec81d Text Font Color

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

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


#fec81d Background Color

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

This div background color is #fec81d


#fec81d Border Color

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

This div border color is #fec81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec81d

Related Colors


Comments

No comments written yet.

Please login to write comment.