Color Hex Logo

#feee14 Color Hex

#FEEE14
(254,238,20)
0 Favorites   0 Comments

Color spaces of #feee14

RGB 25423820
HSL0.160.990.54
HSV56°92°100°
CMYK 0.000.060.92   0.00
XYZ71.573982.270412.7693
Yxy82.27040.42960.4938
Hunter Lab90.7030-17.875755.1452
CIE-Lab92.6941-13.616489.5074

#feee14 color RGB value is (254,238,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 00010100
Octal 376 356 24
Decimal 254 238 20
Hex FE EE 14

RGB Percentages of Color #feee14

%49.61
%46.48
%3.91

CMYK Percentages of Color #feee14

%0
%6
%92
%0

Triadic Colors of #feee14

#feee14 #14feee #ee14fe

Analogous Colors of #feee14

#feee14 #99fe14 #fe7914

Monochromatic Colors of #feee14

#feee14

Complementary Color

#feee14 #1424fe

#feee14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee14 Color CSS Codes

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

#feee14 Text Font Color

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

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


#feee14 Background Color

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

This div background color is #feee14


#feee14 Border Color

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

This div border color is #feee14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee14

Related Colors


Comments

No comments written yet.

Please login to write comment.