Color Hex Logo

#fee914 Color Hex

#FEE914
(254,233,20)
0 Favorites   0 Comments

Color spaces of #fee914

RGB 25423320
HSL0.150.990.54
HSV55°92°100°
CMYK 0.000.080.92   0.00
XYZ70.138279.399212.2907
Yxy79.39920.43340.4906
Hunter Lab89.1062-15.433254.1963
CIE-Lab91.4146-11.163788.5401

#fee914 color RGB value is (254,233,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 00010100
Octal 376 351 24
Decimal 254 233 20
Hex FE E9 14

RGB Percentages of Color #fee914

%50.10
%45.96
%3.94

CMYK Percentages of Color #fee914

%0
%8
%92
%0

Triadic Colors of #fee914

#fee914 #14fee9 #e914fe

Analogous Colors of #fee914

#fee914 #9efe14 #fe7414

Monochromatic Colors of #fee914

#fee914

Complementary Color

#fee914 #1429fe

#fee914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee914 Color CSS Codes

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

#fee914 Text Font Color

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

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


#fee914 Background Color

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

This div background color is #fee914


#fee914 Border Color

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

This div border color is #fee914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee914


Comments

No comments written yet.

Please login to write comment.