Color Hex Logo

#fef721 Color Hex

#FEF721
(254,247,33)
0 Favorites   0 Comments

Color spaces of #fef721

RGB 25424733
HSL0.160.990.56
HSV58°87°100°
CMYK 0.000.030.87   0.00
XYZ74.408387.702214.4453
Yxy87.70220.42140.4967
Hunter Lab93.6495-22.061056.4092
CIE-Lab95.0354-17.781289.4360

#fef721 color RGB value is (254,247,33).

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

The process color (four color CMYK) of #fef721 color hex is 0.00, 0.03, 0.87, 0.00. Web safe color of #fef721 is #ffff33. Color #fef721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00100001
Octal 376 367 41
Decimal 254 247 33
Hex FE F7 21

RGB Percentages of Color #fef721

%47.57
%46.25
%6.18

CMYK Percentages of Color #fef721

%0
%3
%87
%0

Triadic Colors of #fef721

#fef721 #21fef7 #f721fe

Analogous Colors of #fef721

#fef721 #97fe21 #fe8921

Monochromatic Colors of #fef721

#fef721

Complementary Color

#fef721 #2128fe

#fef721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef721 Color CSS Codes

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

#fef721 Text Font Color

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

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


#fef721 Background Color

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

This div background color is #fef721


#fef721 Border Color

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

This div border color is #fef721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef721

Related Colors


Comments

No comments written yet.

Please login to write comment.