Color Hex Logo

#fef214 Color Hex

#FEF214
(254,242,20)
0 Favorites   0 Comments

Color spaces of #fef214

RGB 25424220
HSL0.160.990.54
HSV57°92°100°
CMYK 0.000.050.92   0.00
XYZ72.751484.625613.1618
Yxy84.62560.42660.4962
Hunter Lab91.9922-19.820855.9116
CIE-Lab93.7215-15.564290.2860

#fef214 color RGB value is (254,242,20).

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

The process color (four color CMYK) of #fef214 color hex is 0.00, 0.05, 0.92, 0.00. Web safe color of #fef214 is #ffff00. Color #fef214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00010100
Octal 376 362 24
Decimal 254 242 20
Hex FE F2 14

RGB Percentages of Color #fef214

%49.22
%46.90
%3.88

CMYK Percentages of Color #fef214

%0
%5
%92
%0

Triadic Colors of #fef214

#fef214 #14fef2 #f214fe

Analogous Colors of #fef214

#fef214 #95fe14 #fe7d14

Monochromatic Colors of #fef214

#fef214

Complementary Color

#fef214 #1420fe

#fef214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef214 Color CSS Codes

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

#fef214 Text Font Color

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

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


#fef214 Background Color

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

This div background color is #fef214


#fef214 Border Color

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

This div border color is #fef214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef214

Related Colors


Comments

No comments written yet.

Please login to write comment.