Color Hex Logo

#fee43c Color Hex

#FEE43C
(254,228,60)
0 Favorites   0 Comments

Color spaces of #fee43c

RGB 25422860
HSL0.140.990.62
HSV52°76°100°
CMYK 0.000.100.76   0.00
XYZ69.432176.883915.4556
Yxy76.88390.42920.4753
Hunter Lab87.6835-12.100950.9276
CIE-Lab90.2682-7.743478.8919

#fee43c color RGB value is (254,228,60).

#fee43c hex color red value is 254, green value is 228 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fee43c hue: 0.14 , saturation: 0.99 and the lightness value of fee43c is 0.62.

The process color (four color CMYK) of #fee43c color hex is 0.00, 0.10, 0.76, 0.00. Web safe color of #fee43c is #ffcc33. Color #fee43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 00111100
Octal 376 344 74
Decimal 254 228 60
Hex FE E4 3C

RGB Percentages of Color #fee43c

%46.86
%42.07
%11.07

CMYK Percentages of Color #fee43c

%0
%10
%76
%0

Triadic Colors of #fee43c

#fee43c #3cfee4 #e43cfe

Analogous Colors of #fee43c

#fee43c #b7fe3c #fe833c

Monochromatic Colors of #fee43c

#fee43c

Complementary Color

#fee43c #3c56fe

#fee43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee43c Color CSS Codes

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

#fee43c Text Font Color

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

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


#fee43c Background Color

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

This div background color is #fee43c


#fee43c Border Color

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

This div border color is #fee43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee43c

Related Colors


Comments

No comments written yet.

Please login to write comment.