Color Hex Logo

#fec523 Color Hex

#FEC523
(254,197,35)
0 Favorites   0 Comments

Color spaces of #fec523

RGB 25419735
HSL0.120.990.57
HSV44°86°100°
CMYK 0.000.220.86   0.00
XYZ61.142761.124710.1658
Yxy61.12470.46170.4616
Hunter Lab78.18232.777547.0183
CIE-Lab82.44577.288879.0027

#fec523 color RGB value is (254,197,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 00100011
Octal 376 305 43
Decimal 254 197 35
Hex FE C5 23

RGB Percentages of Color #fec523

%52.26
%40.53
%7.20

CMYK Percentages of Color #fec523

%0
%22
%86
%0

Triadic Colors of #fec523

#fec523 #23fec5 #c523fe

Analogous Colors of #fec523

#fec523 #cafe23 #fe5823

Monochromatic Colors of #fec523

#fec523

Complementary Color

#fec523 #235cfe

#fec523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec523 Color CSS Codes

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

#fec523 Text Font Color

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

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


#fec523 Background Color

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

This div background color is #fec523


#fec523 Border Color

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

This div border color is #fec523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec523


Comments

No comments written yet.

Please login to write comment.