Color Hex Logo

#fec020 Color Hex

#FEC020
(254,192,32)
0 Favorites   0 Comments

Color spaces of #fec020

RGB 25419232
HSL0.120.990.56
HSV43°87°100°
CMYK 0.000.240.87   0.00
XYZ59.983458.87449.5689
Yxy58.87440.46710.4584
Hunter Lab76.72975.265546.3167
CIE-Lab81.22259.815978.7055

#fec020 color RGB value is (254,192,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00100000
Octal 376 300 40
Decimal 254 192 32
Hex FE C0 20

RGB Percentages of Color #fec020

%53.14
%40.17
%6.69

CMYK Percentages of Color #fec020

%0
%24
%87
%0

Triadic Colors of #fec020

#fec020 #20fec0 #c020fe

Analogous Colors of #fec020

#fec020 #cdfe20 #fe5120

Monochromatic Colors of #fec020

#fec020

Complementary Color

#fec020 #205efe

#fec020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec020 Color CSS Codes

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

#fec020 Text Font Color

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

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


#fec020 Background Color

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

This div background color is #fec020


#fec020 Border Color

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

This div border color is #fec020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec020


Comments

No comments written yet.

Please login to write comment.