Color Hex Logo

#fec52e Color Hex

#FEC52E
(254,197,46)
0 Favorites   0 Comments

Color spaces of #fec52e

RGB 25419746
HSL0.120.990.59
HSV44°82°100°
CMYK 0.000.220.82   0.00
XYZ61.332461.200611.1651
Yxy61.20060.45870.4578
Hunter Lab78.23083.038846.2997
CIE-Lab82.48657.559176.1924

#fec52e color RGB value is (254,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 00101110
Octal 376 305 56
Decimal 254 197 46
Hex FE C5 2E

RGB Percentages of Color #fec52e

%51.11
%39.64
%9.26

CMYK Percentages of Color #fec52e

%0
%22
%82
%0

Triadic Colors of #fec52e

#fec52e #2efec5 #c52efe

Analogous Colors of #fec52e

#fec52e #cffe2e #fe5d2e

Monochromatic Colors of #fec52e

#fec52e

Complementary Color

#fec52e #2e67fe

#fec52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec52e Color CSS Codes

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

#fec52e Text Font Color

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

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


#fec52e Background Color

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

This div background color is #fec52e


#fec52e Border Color

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

This div border color is #fec52e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,197,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 #fec52e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec52e

Related Colors


Comments

No comments written yet.

Please login to write comment.