Color Hex Logo

#fec23f Color Hex

#FEC23F
(254,194,63)
0 Favorites   0 Comments

Color spaces of #fec23f

RGB 25419463
HSL0.110.990.62
HSV41°75°100°
CMYK 0.000.240.75   0.00
XYZ61.062060.013313.0680
Yxy60.01330.45520.4474
Hunter Lab77.46835.127844.2262
CIE-Lab81.84549.686470.0454

#fec23f color RGB value is (254,194,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00111111
Octal 376 302 77
Decimal 254 194 63
Hex FE C2 3F

RGB Percentages of Color #fec23f

%49.71
%37.96
%12.33

CMYK Percentages of Color #fec23f

%0
%24
%75
%0

Triadic Colors of #fec23f

#fec23f #3ffec2 #c23ffe

Analogous Colors of #fec23f

#fec23f #dbfe3f #fe623f

Monochromatic Colors of #fec23f

#fec23f

Complementary Color

#fec23f #3f7bfe

#fec23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec23f Color CSS Codes

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

#fec23f Text Font Color

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

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


#fec23f Background Color

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

This div background color is #fec23f


#fec23f Border Color

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

This div border color is #fec23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec23f


Comments

No comments written yet.

Please login to write comment.