Color Hex Logo

#fed209 Color Hex

#FED209
(254,210,9)
0 Favorites   0 Comments

Color spaces of #fed209

RGB 2542109
HSL0.140.990.52
HSV49°96°100°
CMYK 0.000.170.96   0.00
XYZ63.969067.18379.8547
Yxy67.18370.45370.4765
Hunter Lab81.9657-4.132050.2476
CIE-Lab85.59660.258085.3704

#fed209 color RGB value is (254,210,9).

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

The process color (four color CMYK) of #fed209 color hex is 0.00, 0.17, 0.96, 0.00. Web safe color of #fed209 is #ffcc00. Color #fed209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00001001
Octal 376 322 11
Decimal 254 210 9
Hex FE D2 9

RGB Percentages of Color #fed209

%53.70
%44.40
%1.90

CMYK Percentages of Color #fed209

%0
%17
%96
%0

Triadic Colors of #fed209

#fed209 #09fed2 #d209fe

Analogous Colors of #fed209

#fed209 #b0fe09 #fe5809

Monochromatic Colors of #fed209

#fed209

Complementary Color

#fed209 #0935fe

#fed209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed209 Color CSS Codes

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

#fed209 Text Font Color

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

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


#fed209 Background Color

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

This div background color is #fed209


#fed209 Border Color

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

This div border color is #fed209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed209

Related Colors


Comments

No comments written yet.

Please login to write comment.