Color Hex Logo

#feec29 Color Hex

#FEEC29
(254,236,41)
0 Favorites   0 Comments

Color spaces of #feec29

RGB 25423641
HSL0.150.990.58
HSV55°84°100°
CMYK 0.000.070.84   0.00
XYZ71.268781.221814.0189
Yxy81.22180.42800.4878
Hunter Lab90.1231-16.559053.8635
CIE-Lab92.2303-12.264985.6133

#feec29 color RGB value is (254,236,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 00101001
Octal 376 354 51
Decimal 254 236 41
Hex FE EC 29

RGB Percentages of Color #feec29

%47.83
%44.44
%7.72

CMYK Percentages of Color #feec29

%0
%7
%84
%0

Triadic Colors of #feec29

#feec29 #29feec #ec29fe

Analogous Colors of #feec29

#feec29 #a6fe29 #fe8229

Monochromatic Colors of #feec29

#feec29

Complementary Color

#feec29 #293bfe

#feec29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec29 Color CSS Codes

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

#feec29 Text Font Color

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

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


#feec29 Background Color

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

This div background color is #feec29


#feec29 Border Color

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

This div border color is #feec29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec29


Comments

No comments written yet.

Please login to write comment.