Color Hex Logo

#fefc93 Color Hex

#FEFC93
(254,252,147)
0 Favorites   0 Comments

Color spaces of #fefc93

RGB 254252147
HSL0.160.980.79
HSV59°42°100°
CMYK 0.000.010.42   0.00
XYZ80.949992.798241.2491
Yxy92.79820.37650.4316
Hunter Lab96.3318-18.582942.0444
CIE-Lab97.1456-13.750350.3633

#fefc93 color RGB value is (254,252,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10010011
Octal 376 374 223
Decimal 254 252 147
Hex FE FC 93

RGB Percentages of Color #fefc93

%38.90
%38.59
%22.51

CMYK Percentages of Color #fefc93

%0
%1
%42
%0

Triadic Colors of #fefc93

#fefc93 #93fefc #fc93fe

Analogous Colors of #fefc93

#fefc93 #cbfe93 #fec793

Monochromatic Colors of #fefc93

#fefc93

Complementary Color

#fefc93 #9395fe

#fefc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc93 Color CSS Codes

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

#fefc93 Text Font Color

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

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


#fefc93 Background Color

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

This div background color is #fefc93


#fefc93 Border Color

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

This div border color is #fefc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc93

Related Colors


Comments

No comments written yet.

Please login to write comment.