Color Hex Logo

#fed100 Color Hex

#FED100
(254,209,0)
1 Favorites   0 Comments

Color spaces of #fed100

RGB 2542090
HSL0.141.000.50
HSV49°100°100°
CMYK 0.000.181.00   0.00
XYZ63.673566.67189.5130
Yxy66.67180.45530.4767
Hunter Lab81.6528-3.696750.2494
CIE-Lab85.33790.697385.9745

#fed100 color RGB value is (254,209,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00000000
Octal 376 321 0
Decimal 254 209 0
Hex FE D1 0

RGB Percentages of Color #fed100

%54.86
%45.14
%0.00

CMYK Percentages of Color #fed100

%0
%18
%100
%0

Triadic Colors of #fed100

#fed100 #00fed1 #d100fe

Analogous Colors of #fed100

#fed100 #acfe00 #fe5200

Monochromatic Colors of #fed100

#fed100

Complementary Color

#fed100 #002dfe

#fed100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed100 Color CSS Codes

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

#fed100 Text Font Color

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

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


#fed100 Background Color

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

This div background color is #fed100


#fed100 Border Color

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

This div border color is #fed100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed100

#fed100 Color Palettes


Comments

No comments written yet.

Please login to write comment.