Color Hex Logo

#feec2e Color Hex

#FEEC2E
(254,236,46)
0 Favorites   0 Comments

Color spaces of #feec2e

RGB 25423646
HSL0.150.990.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ71.361681.259014.5082
Yxy81.25900.42700.4862
Hunter Lab90.1438-16.443553.5582
CIE-Lab92.2468-12.138884.4802

#feec2e color RGB value is (254,236,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 00101110
Octal 376 354 56
Decimal 254 236 46
Hex FE EC 2E

RGB Percentages of Color #feec2e

%47.39
%44.03
%8.58

CMYK Percentages of Color #feec2e

%0
%7
%82
%0

Triadic Colors of #feec2e

#feec2e #2efeec #ec2efe

Analogous Colors of #feec2e

#feec2e #a8fe2e #fe842e

Monochromatic Colors of #feec2e

#feec2e

Complementary Color

#feec2e #2e40fe

#feec2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec2e Color CSS Codes

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

#feec2e Text Font Color

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

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


#feec2e Background Color

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

This div background color is #feec2e


#feec2e Border Color

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

This div border color is #feec2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec2e

Related Colors


Comments

No comments written yet.

Please login to write comment.