Color Hex Logo

#fec23c Color Hex

#FEC23C
(254,194,60)
0 Favorites   0 Comments

Color spaces of #fec23c

RGB 25419460
HSL0.120.990.62
HSV41°76°100°
CMYK 0.000.240.76   0.00
XYZ60.980459.980612.6384
Yxy59.98060.45640.4490
Hunter Lab77.44715.015044.5376
CIE-Lab81.82769.570771.1079

#fec23c color RGB value is (254,194,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00111100
Octal 376 302 74
Decimal 254 194 60
Hex FE C2 3C

RGB Percentages of Color #fec23c

%50.00
%38.19
%11.81

CMYK Percentages of Color #fec23c

%0
%24
%76
%0

Triadic Colors of #fec23c

#fec23c #3cfec2 #c23cfe

Analogous Colors of #fec23c

#fec23c #d9fe3c #fe613c

Monochromatic Colors of #fec23c

#fec23c

Complementary Color

#fec23c #3c78fe

#fec23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec23c Color CSS Codes

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

#fec23c Text Font Color

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

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


#fec23c Background Color

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

This div background color is #fec23c


#fec23c Border Color

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

This div border color is #fec23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec23c


Comments

No comments written yet.

Please login to write comment.