Color Hex Logo

#fed016 Color Hex

#FED016
(254,208,22)
0 Favorites   0 Comments

Color spaces of #fed016

RGB 25420822
HSL0.130.990.54
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ63.573766.240510.1941
Yxy66.24050.45410.4731
Hunter Lab81.3883-3.000249.5456
CIE-Lab85.11891.412583.5276

#fed016 color RGB value is (254,208,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00010110
Octal 376 320 26
Decimal 254 208 22
Hex FE D0 16

RGB Percentages of Color #fed016

%52.48
%42.98
%4.55

CMYK Percentages of Color #fed016

%0
%18
%91
%0

Triadic Colors of #fed016

#fed016 #16fed0 #d016fe

Analogous Colors of #fed016

#fed016 #b8fe16 #fe5c16

Monochromatic Colors of #fed016

#fed016

Complementary Color

#fed016 #1644fe

#fed016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed016 Color CSS Codes

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

#fed016 Text Font Color

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

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


#fed016 Background Color

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

This div background color is #fed016


#fed016 Border Color

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

This div border color is #fed016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed016


Comments

No comments written yet.

Please login to write comment.