Color Hex Logo

#fefc29 Color Hex

#FEFC29
(254,252,41)
0 Favorites   0 Comments

Color spaces of #fefc29

RGB 25425241
HSL0.170.990.58
HSV59°84°100°
CMYK 0.000.010.84   0.00
XYZ76.083790.851715.6239
Yxy90.85170.41680.4977
Hunter Lab95.3162-24.320257.0027
CIE-Lab96.3489-20.010088.9987

#fefc29 color RGB value is (254,252,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 00101001
Octal 376 374 51
Decimal 254 252 41
Hex FE FC 29

RGB Percentages of Color #fefc29

%46.44
%46.07
%7.50

CMYK Percentages of Color #fefc29

%0
%1
%84
%0

Triadic Colors of #fefc29

#fefc29 #29fefc #fc29fe

Analogous Colors of #fefc29

#fefc29 #96fe29 #fe9229

Monochromatic Colors of #fefc29

#fefc29

Complementary Color

#fefc29 #292bfe

#fefc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc29 Color CSS Codes

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

#fefc29 Text Font Color

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

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


#fefc29 Background Color

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

This div background color is #fefc29


#fefc29 Border Color

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

This div border color is #fefc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc29

Related Colors


Comments

No comments written yet.

Please login to write comment.