Color Hex Logo

#fedc55 Color Hex

#FEDC55
(254,220,85)
0 Favorites   0 Comments

Color spaces of #fedc55

RGB 25422085
HSL0.130.990.66
HSV48°67°100°
CMYK 0.000.130.67   0.00
XYZ68.105972.913119.0784
Yxy72.91310.42540.4554
Hunter Lab85.3892-7.060546.5253
CIE-Lab88.4063-2.603568.0952

#fedc55 color RGB value is (254,220,85).

#fedc55 hex color red value is 254, green value is 220 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fedc55 hue: 0.13 , saturation: 0.99 and the lightness value of fedc55 is 0.66.

The process color (four color CMYK) of #fedc55 color hex is 0.00, 0.13, 0.67, 0.00. Web safe color of #fedc55 is #ffcc66. Color #fedc55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01010101
Octal 376 334 125
Decimal 254 220 85
Hex FE DC 55

RGB Percentages of Color #fedc55

%45.44
%39.36
%15.21

CMYK Percentages of Color #fedc55

%0
%13
%67
%0

Triadic Colors of #fedc55

#fedc55 #55fedc #dc55fe

Analogous Colors of #fedc55

#fedc55 #ccfe55 #fe8855

Monochromatic Colors of #fedc55

#fedc55

Complementary Color

#fedc55 #5577fe

#fedc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc55 Color CSS Codes

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

#fedc55 Text Font Color

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

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


#fedc55 Background Color

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

This div background color is #fedc55


#fedc55 Border Color

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

This div border color is #fedc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc55

Related Colors


Comments

No comments written yet.

Please login to write comment.