Color Hex Logo

#fef114 Color Hex

#FEF114
(254,241,20)
0 Favorites   0 Comments

Color spaces of #fef114

RGB 25424120
HSL0.160.990.54
HSV57°92°100°
CMYK 0.000.050.92   0.00
XYZ72.454684.031913.0628
Yxy84.03190.42730.4956
Hunter Lab91.6689-19.335255.7194
CIE-Lab93.4644-15.078490.0911

#fef114 color RGB value is (254,241,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00010100
Octal 376 361 24
Decimal 254 241 20
Hex FE F1 14

RGB Percentages of Color #fef114

%49.32
%46.80
%3.88

CMYK Percentages of Color #fef114

%0
%5
%92
%0

Triadic Colors of #fef114

#fef114 #14fef1 #f114fe

Analogous Colors of #fef114

#fef114 #96fe14 #fe7c14

Monochromatic Colors of #fef114

#fef114

Complementary Color

#fef114 #1421fe

#fef114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef114 Color CSS Codes

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

#fef114 Text Font Color

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

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


#fef114 Background Color

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

This div background color is #fef114


#fef114 Border Color

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

This div border color is #fef114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef114


Comments

No comments written yet.

Please login to write comment.