Color Hex Logo

#fefa14 Color Hex

#FEFA14
(254,250,20)
0 Favorites   0 Comments

Color spaces of #fefa14

RGB 25425020
HSL0.160.990.54
HSV59°92°100°
CMYK 0.000.020.92   0.00
XYZ75.184989.492613.9729
Yxy89.49260.42080.5009
Hunter Lab94.6005-23.685957.4630
CIE-Lab95.7859-19.418591.8542

#fefa14 color RGB value is (254,250,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00010100
Octal 376 372 24
Decimal 254 250 20
Hex FE FA 14

RGB Percentages of Color #fefa14

%48.47
%47.71
%3.82

CMYK Percentages of Color #fefa14

%0
%2
%92
%0

Triadic Colors of #fefa14

#fefa14 #14fefa #fa14fe

Analogous Colors of #fefa14

#fefa14 #8dfe14 #fe8514

Monochromatic Colors of #fefa14

#fefa14

Complementary Color

#fefa14 #1418fe

#fefa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa14 Color CSS Codes

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

#fefa14 Text Font Color

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

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


#fefa14 Background Color

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

This div background color is #fefa14


#fefa14 Border Color

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

This div border color is #fefa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa14

Related Colors


Comments

No comments written yet.

Please login to write comment.