Color Hex Logo

#fefe93 Color Hex

#FEFE93
(254,254,147)
0 Favorites   0 Comments

Color spaces of #fefe93

RGB 254254147
HSL0.170.980.79
HSV60°42°100°
CMYK 0.000.000.42   0.00
XYZ81.581394.061041.4596
Yxy94.06100.37580.4333
Hunter Lab96.9851-19.574342.5440
CIE-Lab97.6566-14.723450.9984

#fefe93 color RGB value is (254,254,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10010011
Octal 376 376 223
Decimal 254 254 147
Hex FE FE 93

RGB Percentages of Color #fefe93

%38.78
%38.78
%22.44

CMYK Percentages of Color #fefe93

%0
%0
%42
%0

Triadic Colors of #fefe93

#fefe93 #93fefe #fe93fe

Analogous Colors of #fefe93

#fefe93 #c9fe93 #fec993

Monochromatic Colors of #fefe93

#fefe93

Complementary Color

#fefe93 #9393fe

#fefe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe93 Color CSS Codes

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

#fefe93 Text Font Color

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

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


#fefe93 Background Color

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

This div background color is #fefe93


#fefe93 Border Color

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

This div border color is #fefe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe93

Related Colors


Comments

No comments written yet.

Please login to write comment.