Color Hex Logo

#fedc44 Color Hex

#FEDC44
(254,220,68)
0 Favorites   0 Comments

Color spaces of #fedc44

RGB 25422068
HSL0.140.990.63
HSV49°73°100°
CMYK 0.000.130.73   0.00
XYZ67.509672.674615.9383
Yxy72.67460.43240.4655
Hunter Lab85.2494-7.831048.5897
CIE-Lab88.2923-3.421974.4102

#fedc44 color RGB value is (254,220,68).

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

The process color (four color CMYK) of #fedc44 color hex is 0.00, 0.13, 0.73, 0.00. Web safe color of #fedc44 is #ffcc33. Color #fedc44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01000100
Octal 376 334 104
Decimal 254 220 68
Hex FE DC 44

RGB Percentages of Color #fedc44

%46.86
%40.59
%12.55

CMYK Percentages of Color #fedc44

%0
%13
%73
%0

Triadic Colors of #fedc44

#fedc44 #44fedc #dc44fe

Analogous Colors of #fedc44

#fedc44 #c3fe44 #fe7f44

Monochromatic Colors of #fedc44

#fedc44

Complementary Color

#fedc44 #4466fe

#fedc44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc44 Color CSS Codes

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

#fedc44 Text Font Color

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

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


#fedc44 Background Color

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

This div background color is #fedc44


#fedc44 Border Color

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

This div border color is #fedc44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc44

Related Colors


Comments

No comments written yet.

Please login to write comment.