Color Hex Logo

#fefc91 Color Hex

#FEFC91
(254,252,145)
0 Favorites   0 Comments

Color spaces of #fefc91

RGB 254252145
HSL0.160.980.78
HSV59°43°100°
CMYK 0.000.010.43   0.00
XYZ80.794392.736040.4296
Yxy92.73600.37760.4334
Hunter Lab96.2995-18.764642.5178
CIE-Lab97.1204-13.945151.2845

#fefc91 color RGB value is (254,252,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10010001
Octal 376 374 221
Decimal 254 252 145
Hex FE FC 91

RGB Percentages of Color #fefc91

%39.02
%38.71
%22.27

CMYK Percentages of Color #fefc91

%0
%1
%43
%0

Triadic Colors of #fefc91

#fefc91 #91fefc #fc91fe

Analogous Colors of #fefc91

#fefc91 #cafe91 #fec691

Monochromatic Colors of #fefc91

#fefc91

Complementary Color

#fefc91 #9193fe

#fefc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc91 Color CSS Codes

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

#fefc91 Text Font Color

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

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


#fefc91 Background Color

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

This div background color is #fefc91


#fefc91 Border Color

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

This div border color is #fefc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc91

Related Colors


Comments

No comments written yet.

Please login to write comment.