Color Hex Logo

#fedc42 Color Hex

#FEDC42
(254,220,66)
0 Favorites   0 Comments

Color spaces of #fedc42

RGB 25422066
HSL0.140.990.63
HSV49°74°100°
CMYK 0.000.130.74   0.00
XYZ67.449672.650615.6222
Yxy72.65060.43310.4665
Hunter Lab85.2353-7.908748.7979
CIE-Lab88.2808-3.504675.0919

#fedc42 color RGB value is (254,220,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01000010
Octal 376 334 102
Decimal 254 220 66
Hex FE DC 42

RGB Percentages of Color #fedc42

%47.04
%40.74
%12.22

CMYK Percentages of Color #fedc42

%0
%13
%74
%0

Triadic Colors of #fedc42

#fedc42 #42fedc #dc42fe

Analogous Colors of #fedc42

#fedc42 #c2fe42 #fe7e42

Monochromatic Colors of #fedc42

#fedc42

Complementary Color

#fedc42 #4264fe

#fedc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc42 Color CSS Codes

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

#fedc42 Text Font Color

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

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


#fedc42 Background Color

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

This div background color is #fedc42


#fedc42 Border Color

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

This div border color is #fedc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc42

Related Colors


Comments

No comments written yet.

Please login to write comment.