Color Hex Logo

#fefc81 Color Hex

#FEFC81
(254,252,129)
0 Favorites   0 Comments

Color spaces of #fefc81

RGB 254252129
HSL0.160.980.75
HSV59°49°100°
CMYK 0.000.010.49   0.00
XYZ79.645992.276634.3823
Yxy92.27660.38610.4473
Hunter Lab96.0607-20.108246.0213
CIE-Lab96.9333-15.393558.5195

#fefc81 color RGB value is (254,252,129).

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

The process color (four color CMYK) of #fefc81 color hex is 0.00, 0.01, 0.49, 0.00. Web safe color of #fefc81 is #ffff99. Color #fefc81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10000001
Octal 376 374 201
Decimal 254 252 129
Hex FE FC 81

RGB Percentages of Color #fefc81

%40.00
%39.69
%20.31

CMYK Percentages of Color #fefc81

%0
%1
%49
%0

Triadic Colors of #fefc81

#fefc81 #81fefc #fc81fe

Analogous Colors of #fefc81

#fefc81 #c2fe81 #febe81

Monochromatic Colors of #fefc81

#fefc81

Complementary Color

#fefc81 #8183fe

#fefc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc81 Color CSS Codes

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

#fefc81 Text Font Color

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

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


#fefc81 Background Color

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

This div background color is #fefc81


#fefc81 Border Color

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

This div border color is #fefc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc81

Related Colors


Comments

No comments written yet.

Please login to write comment.