Color Hex Logo

#fec321 Color Hex

#FEC321
(254,195,33)
0 Favorites   0 Comments

Color spaces of #fec321

RGB 25419533
HSL0.120.990.56
HSV44°87°100°
CMYK 0.000.230.87   0.00
XYZ60.662760.21089.8634
Yxy60.21080.46400.4605
Hunter Lab77.59563.755446.7804
CIE-Lab81.95268.281779.0613

#fec321 color RGB value is (254,195,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00100001
Octal 376 303 41
Decimal 254 195 33
Hex FE C3 21

RGB Percentages of Color #fec321

%52.70
%40.46
%6.85

CMYK Percentages of Color #fec321

%0
%23
%87
%0

Triadic Colors of #fec321

#fec321 #21fec3 #c321fe

Analogous Colors of #fec321

#fec321 #cbfe21 #fe5521

Monochromatic Colors of #fec321

#fec321

Complementary Color

#fec321 #215cfe

#fec321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec321 Color CSS Codes

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

#fec321 Text Font Color

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

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


#fec321 Background Color

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

This div background color is #fec321


#fec321 Border Color

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

This div border color is #fec321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec321

Related Colors


Comments

No comments written yet.

Please login to write comment.