Color Hex Logo

#fefe14 Color Hex

#FEFE14
(254,254,20)
0 Favorites   0 Comments

Color spaces of #fefe14

RGB 25425420
HSL0.170.990.54
HSV60°92°100°
CMYK 0.000.000.92   0.00
XYZ76.441192.005014.3917
Yxy92.00500.41810.5032
Hunter Lab95.9192-25.606358.2476
CIE-Lab96.8223-21.324892.6432

#fefe14 color RGB value is (254,254,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 00010100
Octal 376 376 24
Decimal 254 254 20
Hex FE FE 14

RGB Percentages of Color #fefe14

%48.11
%48.11
%3.79

CMYK Percentages of Color #fefe14

%0
%0
%92
%0

Triadic Colors of #fefe14

#fefe14 #14fefe #fe14fe

Analogous Colors of #fefe14

#fefe14 #89fe14 #fe8914

Monochromatic Colors of #fefe14

#fefe14

Complementary Color

#fefe14 #1414fe

#fefe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe14 Color CSS Codes

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

#fefe14 Text Font Color

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

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


#fefe14 Background Color

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

This div background color is #fefe14


#fefe14 Border Color

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

This div border color is #fefe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe14

Related Colors

#fefe14 Color Palettes


Comments

No comments written yet.

Please login to write comment.