Color Hex Logo

#fed111 Color Hex

#FED111
(254,209,17)
0 Favorites   0 Comments

Color spaces of #fed111

RGB 25420917
HSL0.140.990.53
HSV49°93°100°
CMYK 0.000.180.93   0.00
XYZ63.774766.712210.0458
Yxy66.71220.45380.4747
Hunter Lab81.6775-3.561049.8820
CIE-Lab85.35840.840784.3830

#fed111 color RGB value is (254,209,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00010001
Octal 376 321 21
Decimal 254 209 17
Hex FE D1 11

RGB Percentages of Color #fed111

%52.92
%43.54
%3.54

CMYK Percentages of Color #fed111

%0
%18
%93
%0

Triadic Colors of #fed111

#fed111 #11fed1 #d111fe

Analogous Colors of #fed111

#fed111 #b5fe11 #fe5a11

Monochromatic Colors of #fed111

#fed111

Complementary Color

#fed111 #113efe

#fed111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed111 Color CSS Codes

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

#fed111 Text Font Color

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

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


#fed111 Background Color

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

This div background color is #fed111


#fed111 Border Color

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

This div border color is #fed111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed111


Comments

No comments written yet.

Please login to write comment.