Color Hex Logo

#feec4c Color Hex

#FEEC4C
(254,236,76)
0 Favorites   0 Comments

Color spaces of #feec4c

RGB 25423676
HSL0.150.990.65
HSV54°70°100°
CMYK 0.000.070.70   0.00
XYZ72.173081.583518.7808
Yxy81.58350.41830.4728
Hunter Lab90.3236-15.436050.8985
CIE-Lab92.3907-11.043275.5499

#feec4c color RGB value is (254,236,76).

#feec4c hex color red value is 254, green value is 236 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #feec4c hue: 0.15 , saturation: 0.99 and the lightness value of feec4c is 0.65.

The process color (four color CMYK) of #feec4c color hex is 0.00, 0.07, 0.70, 0.00. Web safe color of #feec4c is #ffff33. Color #feec4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 01001100
Octal 376 354 114
Decimal 254 236 76
Hex FE EC 4C

RGB Percentages of Color #feec4c

%44.88
%41.70
%13.43

CMYK Percentages of Color #feec4c

%0
%7
%70
%0

Triadic Colors of #feec4c

#feec4c #4cfeec #ec4cfe

Analogous Colors of #feec4c

#feec4c #b7fe4c #fe934c

Monochromatic Colors of #feec4c

#feec4c

Complementary Color

#feec4c #4c5efe

#feec4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec4c Color CSS Codes

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

#feec4c Text Font Color

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

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


#feec4c Background Color

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

This div background color is #feec4c


#feec4c Border Color

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

This div border color is #feec4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec4c

Related Colors

#feec4c Color Palettes


Comments

No comments written yet.

Please login to write comment.