Color Hex Logo

#fec823 Color Hex

#FEC823
(254,200,35)
0 Favorites   0 Comments

Color spaces of #fec823

RGB 25420035
HSL0.130.990.57
HSV45°86°100°
CMYK 0.000.210.86   0.00
XYZ61.830762.500710.3951
Yxy62.50070.45890.4639
Hunter Lab79.05741.254247.5442
CIE-Lab83.17905.741179.5898

#fec823 color RGB value is (254,200,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00100011
Octal 376 310 43
Decimal 254 200 35
Hex FE C8 23

RGB Percentages of Color #fec823

%51.94
%40.90
%7.16

CMYK Percentages of Color #fec823

%0
%21
%86
%0

Triadic Colors of #fec823

#fec823 #23fec8 #c823fe

Analogous Colors of #fec823

#fec823 #c7fe23 #fe5b23

Monochromatic Colors of #fec823

#fec823

Complementary Color

#fec823 #2359fe

#fec823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec823 Color CSS Codes

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

#fec823 Text Font Color

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

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


#fec823 Background Color

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

This div background color is #fec823


#fec823 Border Color

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

This div border color is #fec823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec823


Comments

No comments written yet.

Please login to write comment.