Color Hex Logo

#fede09 Color Hex

#FEDE09
(254,222,9)
0 Favorites   0 Comments

Color spaces of #fede09

RGB 2542229
HSL0.140.990.52
HSV52°96°100°
CMYK 0.000.130.96   0.00
XYZ67.043673.333110.8796
Yxy73.33310.44320.4848
Hunter Lab85.6347-10.112852.4117
CIE-Lab88.6063-5.804487.5487

#fede09 color RGB value is (254,222,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00001001
Octal 376 336 11
Decimal 254 222 9
Hex FE DE 9

RGB Percentages of Color #fede09

%52.37
%45.77
%1.86

CMYK Percentages of Color #fede09

%0
%13
%96
%0

Triadic Colors of #fede09

#fede09 #09fede #de09fe

Analogous Colors of #fede09

#fede09 #a4fe09 #fe6409

Monochromatic Colors of #fede09

#fede09

Complementary Color

#fede09 #0929fe

#fede09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede09 Color CSS Codes

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

#fede09 Text Font Color

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

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


#fede09 Background Color

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

This div background color is #fede09


#fede09 Border Color

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

This div border color is #fede09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede09


Comments

No comments written yet.

Please login to write comment.