Color Hex Logo

#fede16 Color Hex

#FEDE16
(254,222,22)
0 Favorites   0 Comments

Color spaces of #fede16

RGB 25422222
HSL0.140.990.54
HSV52°91°100°
CMYK 0.000.130.91   0.00
XYZ67.139173.371311.3825
Yxy73.37130.44200.4830
Hunter Lab85.6570-9.989252.0812
CIE-Lab88.6245-5.671486.1715

#fede16 color RGB value is (254,222,22).

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

The process color (four color CMYK) of #fede16 color hex is 0.00, 0.13, 0.91, 0.00. Web safe color of #fede16 is #ffcc00. Color #fede16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00010110
Octal 376 336 26
Decimal 254 222 22
Hex FE DE 16

RGB Percentages of Color #fede16

%51.00
%44.58
%4.42

CMYK Percentages of Color #fede16

%0
%13
%91
%0

Triadic Colors of #fede16

#fede16 #16fede #de16fe

Analogous Colors of #fede16

#fede16 #aafe16 #fe6a16

Monochromatic Colors of #fede16

#fede16

Complementary Color

#fede16 #1636fe

#fede16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede16 Color CSS Codes

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

#fede16 Text Font Color

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

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


#fede16 Background Color

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

This div background color is #fede16


#fede16 Border Color

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

This div border color is #fede16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,222,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fede16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede16


Comments

No comments written yet.

Please login to write comment.