Color Hex Logo

#fec23b Color Hex

#FEC23B
(254,194,59)
0 Favorites   0 Comments

Color spaces of #fec23b

RGB 25419459
HSL0.120.990.61
HSV42°77°100°
CMYK 0.000.240.77   0.00
XYZ60.954359.970212.5004
Yxy59.97020.45680.4495
Hunter Lab77.44044.978844.6377
CIE-Lab81.82209.533571.4545

#fec23b color RGB value is (254,194,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00111011
Octal 376 302 73
Decimal 254 194 59
Hex FE C2 3B

RGB Percentages of Color #fec23b

%50.10
%38.26
%11.64

CMYK Percentages of Color #fec23b

%0
%24
%77
%0

Triadic Colors of #fec23b

#fec23b #3bfec2 #c23bfe

Analogous Colors of #fec23b

#fec23b #d9fe3b #fe603b

Monochromatic Colors of #fec23b

#fec23b

Complementary Color

#fec23b #3b77fe

#fec23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec23b Color CSS Codes

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

#fec23b Text Font Color

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

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


#fec23b Background Color

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

This div background color is #fec23b


#fec23b Border Color

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

This div border color is #fec23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec23b


Comments

No comments written yet.

Please login to write comment.