Color Hex Logo

#fef21e Color Hex

#FEF21E
(254,242,30)
0 Favorites   0 Comments

Color spaces of #fef21e

RGB 25424230
HSL0.160.990.56
HSV57°88°100°
CMYK 0.000.050.88   0.00
XYZ72.859584.668813.7309
Yxy84.66880.42540.4944
Hunter Lab92.0157-19.688255.5635
CIE-Lab93.7402-15.418288.9129

#fef21e color RGB value is (254,242,30).

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

The process color (four color CMYK) of #fef21e color hex is 0.00, 0.05, 0.88, 0.00. Web safe color of #fef21e is #ffff33. Color #fef21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00011110
Octal 376 362 36
Decimal 254 242 30
Hex FE F2 1E

RGB Percentages of Color #fef21e

%48.29
%46.01
%5.70

CMYK Percentages of Color #fef21e

%0
%5
%88
%0

Triadic Colors of #fef21e

#fef21e #1efef2 #f21efe

Analogous Colors of #fef21e

#fef21e #9afe1e #fe821e

Monochromatic Colors of #fef21e

#fef21e

Complementary Color

#fef21e #1e2afe

#fef21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef21e Color CSS Codes

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

#fef21e Text Font Color

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

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


#fef21e Background Color

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

This div background color is #fef21e


#fef21e Border Color

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

This div border color is #fef21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef21e


Comments

No comments written yet.

Please login to write comment.