Color Hex Logo

#fef714 Color Hex

#FEF714
(254,247,20)
0 Favorites   0 Comments

Color spaces of #fef714

RGB 25424720
HSL0.160.990.54
HSV58°92°100°
CMYK 0.000.030.92   0.00
XYZ74.260187.642913.6647
Yxy87.64290.42300.4992
Hunter Lab93.6178-22.240256.8783
CIE-Lab95.0104-17.979591.2643

#fef714 color RGB value is (254,247,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00010100
Octal 376 367 24
Decimal 254 247 20
Hex FE F7 14

RGB Percentages of Color #fef714

%48.75
%47.41
%3.84

CMYK Percentages of Color #fef714

%0
%3
%92
%0

Triadic Colors of #fef714

#fef714 #14fef7 #f714fe

Analogous Colors of #fef714

#fef714 #90fe14 #fe8214

Monochromatic Colors of #fef714

#fef714

Complementary Color

#fef714 #141bfe

#fef714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef714 Color CSS Codes

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

#fef714 Text Font Color

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

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


#fef714 Background Color

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

This div background color is #fef714


#fef714 Border Color

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

This div border color is #fef714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef714

Related Colors


Comments

No comments written yet.

Please login to write comment.