Color Hex Logo

#fee514 Color Hex

#FEE514
(254,229,20)
0 Favorites   0 Comments

Color spaces of #fee514

RGB 25422920
HSL0.150.990.54
HSV54°92°100°
CMYK 0.000.100.92   0.00
XYZ69.018677.160011.9175
Yxy77.16000.43660.4881
Hunter Lab87.8408-13.469653.4446
CIE-Lab90.3952-9.186787.7709

#fee514 color RGB value is (254,229,20).

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

The process color (four color CMYK) of #fee514 color hex is 0.00, 0.10, 0.92, 0.00. Web safe color of #fee514 is #ffcc00. Color #fee514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 00010100
Octal 376 345 24
Decimal 254 229 20
Hex FE E5 14

RGB Percentages of Color #fee514

%50.50
%45.53
%3.98

CMYK Percentages of Color #fee514

%0
%10
%92
%0

Triadic Colors of #fee514

#fee514 #14fee5 #e514fe

Analogous Colors of #fee514

#fee514 #a2fe14 #fe7014

Monochromatic Colors of #fee514

#fee514

Complementary Color

#fee514 #142dfe

#fee514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee514 Color CSS Codes

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

#fee514 Text Font Color

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

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


#fee514 Background Color

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

This div background color is #fee514


#fee514 Border Color

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

This div border color is #fee514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee514

Related Colors


Comments

No comments written yet.

Please login to write comment.