Color Hex Logo

#feec42 Color Hex

#FEEC42
(254,236,66)
0 Favorites   0 Comments

Color spaces of #feec42

RGB 25423666
HSL0.150.990.63
HSV54°74°100°
CMYK 0.000.070.74   0.00
XYZ71.851981.455117.0897
Yxy81.45510.42170.4780
Hunter Lab90.2525-15.834251.9499
CIE-Lab92.3338-11.475578.8990

#feec42 color RGB value is (254,236,66).

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

The process color (four color CMYK) of #feec42 color hex is 0.00, 0.07, 0.74, 0.00. Web safe color of #feec42 is #ffff33. Color #feec42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 01000010
Octal 376 354 102
Decimal 254 236 66
Hex FE EC 42

RGB Percentages of Color #feec42

%45.68
%42.45
%11.87

CMYK Percentages of Color #feec42

%0
%7
%74
%0

Triadic Colors of #feec42

#feec42 #42feec #ec42fe

Analogous Colors of #feec42

#feec42 #b2fe42 #fe8e42

Monochromatic Colors of #feec42

#feec42

Complementary Color

#feec42 #4254fe

#feec42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec42 Color CSS Codes

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

#feec42 Text Font Color

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

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


#feec42 Background Color

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

This div background color is #feec42


#feec42 Border Color

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

This div border color is #feec42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec42


Comments

No comments written yet.

Please login to write comment.