Color Hex Logo

#fefc51 Color Hex

#FEFC51
(254,252,81)
0 Favorites   0 Comments

Color spaces of #fefc51

RGB 25425281
HSL0.160.990.66
HSV59°68°100°
CMYK 0.000.010.68   0.00
XYZ77.168791.285721.3373
Yxy91.28570.40660.4810
Hunter Lab95.5436-23.030253.6395
CIE-Lab96.5276-18.583577.8442

#fefc51 color RGB value is (254,252,81).

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

The process color (four color CMYK) of #fefc51 color hex is 0.00, 0.01, 0.68, 0.00. Web safe color of #fefc51 is #ffff66. Color #fefc51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01010001
Octal 376 374 121
Decimal 254 252 81
Hex FE FC 51

RGB Percentages of Color #fefc51

%43.27
%42.93
%13.80

CMYK Percentages of Color #fefc51

%0
%1
%68
%0

Triadic Colors of #fefc51

#fefc51 #51fefc #fc51fe

Analogous Colors of #fefc51

#fefc51 #aafe51 #fea651

Monochromatic Colors of #fefc51

#fefc51

Complementary Color

#fefc51 #5153fe

#fefc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc51 Color CSS Codes

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

#fefc51 Text Font Color

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

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


#fefc51 Background Color

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

This div background color is #fefc51


#fefc51 Border Color

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

This div border color is #fefc51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc51

Related Colors


Comments

No comments written yet.

Please login to write comment.