Color Hex Logo

#fec028 Color Hex

#FEC028
(254,192,40)
0 Favorites   0 Comments

Color spaces of #fec028

RGB 25419240
HSL0.120.990.58
HSV43°84°100°
CMYK 0.000.240.84   0.00
XYZ60.105758.923310.2129
Yxy58.92330.46510.4559
Hunter Lab76.76155.436245.8447
CIE-Lab81.24949.991276.8002

#fec028 color RGB value is (254,192,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00101000
Octal 376 300 50
Decimal 254 192 40
Hex FE C0 28

RGB Percentages of Color #fec028

%52.26
%39.51
%8.23

CMYK Percentages of Color #fec028

%0
%24
%84
%0

Triadic Colors of #fec028

#fec028 #28fec0 #c028fe

Analogous Colors of #fec028

#fec028 #d1fe28 #fe5528

Monochromatic Colors of #fec028

#fec028

Complementary Color

#fec028 #2866fe

#fec028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec028 Color CSS Codes

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

#fec028 Text Font Color

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

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


#fec028 Background Color

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

This div background color is #fec028


#fec028 Border Color

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

This div border color is #fec028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec028

Related Colors


Comments

No comments written yet.

Please login to write comment.