Color Hex Logo

#feda14 Color Hex

#FEDA14
(254,218,20)
1 Favorites   0 Comments

Color spaces of #feda14

RGB 25421820
HSL0.140.990.54
HSV51°92°100°
CMYK 0.000.140.92   0.00
XYZ66.070771.264110.9349
Yxy71.26410.44560.4806
Hunter Lab84.4181-8.026751.4127
CIE-Lab87.6132-3.686985.6794

#feda14 color RGB value is (254,218,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00010100
Octal 376 332 24
Decimal 254 218 20
Hex FE DA 14

RGB Percentages of Color #feda14

%51.63
%44.31
%4.07

CMYK Percentages of Color #feda14

%0
%14
%92
%0

Triadic Colors of #feda14

#feda14 #14feda #da14fe

Analogous Colors of #feda14

#feda14 #adfe14 #fe6514

Monochromatic Colors of #feda14

#feda14

Complementary Color

#feda14 #1438fe

#feda14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda14 Color CSS Codes

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

#feda14 Text Font Color

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

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


#feda14 Background Color

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

This div background color is #feda14


#feda14 Border Color

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

This div border color is #feda14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda14

#feda14 Color Palettes


Comments

No comments written yet.

Please login to write comment.