Color Hex Logo

#fec121 Color Hex

#FEC121
(254,193,33)
0 Favorites   0 Comments

Color spaces of #fec121

RGB 25419333
HSL0.120.990.56
HSV43°87°100°
CMYK 0.000.240.87   0.00
XYZ60.217559.32069.7151
Yxy59.32060.46590.4589
Hunter Lab77.01994.774346.4352
CIE-Lab81.46759.317178.6773

#fec121 color RGB value is (254,193,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00100001
Octal 376 301 41
Decimal 254 193 33
Hex FE C1 21

RGB Percentages of Color #fec121

%52.92
%40.21
%6.88

CMYK Percentages of Color #fec121

%0
%24
%87
%0

Triadic Colors of #fec121

#fec121 #21fec1 #c121fe

Analogous Colors of #fec121

#fec121 #cdfe21 #fe5321

Monochromatic Colors of #fec121

#fec121

Complementary Color

#fec121 #215efe

#fec121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec121 Color CSS Codes

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

#fec121 Text Font Color

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

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


#fec121 Background Color

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

This div background color is #fec121


#fec121 Border Color

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

This div border color is #fec121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec121


Comments

No comments written yet.

Please login to write comment.