Color Hex Logo

#fed905 Color Hex

#FED905
(254,217,5)
0 Favorites   0 Comments

Color spaces of #fed905

RGB 2542175
HSL0.140.990.51
HSV51°98°100°
CMYK 0.000.150.98   0.00
XYZ65.713370.707510.3280
Yxy70.70750.44780.4818
Hunter Lab84.0878-7.658551.5792
CIE-Lab87.3427-3.321286.9658

#fed905 color RGB value is (254,217,5).

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

The process color (four color CMYK) of #fed905 color hex is 0.00, 0.15, 0.98, 0.00. Web safe color of #fed905 is #ffcc00. Color #fed905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00000101
Octal 376 331 5
Decimal 254 217 5
Hex FE D9 5

RGB Percentages of Color #fed905

%53.36
%45.59
%1.05

CMYK Percentages of Color #fed905

%0
%15
%98
%0

Triadic Colors of #fed905

#fed905 #05fed9 #d905fe

Analogous Colors of #fed905

#fed905 #a7fe05 #fe5d05

Monochromatic Colors of #fed905

#fed905

Complementary Color

#fed905 #052afe

#fed905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed905 Color CSS Codes

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

#fed905 Text Font Color

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

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


#fed905 Background Color

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

This div background color is #fed905


#fed905 Border Color

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

This div border color is #fed905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed905

Related Colors


Comments

No comments written yet.

Please login to write comment.