Color Hex Logo

#fefe9e Color Hex

#FEFE9E
(254,254,158)
0 Favorites   0 Comments

Color spaces of #fefe9e

RGB 254254158
HSL0.170.980.81
HSV60°38°100°
CMYK 0.000.000.38   0.00
XYZ82.486494.423146.2257
Yxy94.42310.36970.4232
Hunter Lab97.1715-18.526239.8151
CIE-Lab97.8022-13.600545.8950

#fefe9e color RGB value is (254,254,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10011110
Octal 376 376 236
Decimal 254 254 158
Hex FE FE 9E

RGB Percentages of Color #fefe9e

%38.14
%38.14
%23.72

CMYK Percentages of Color #fefe9e

%0
%0
%38
%0

Triadic Colors of #fefe9e

#fefe9e #9efefe #fe9efe

Analogous Colors of #fefe9e

#fefe9e #cefe9e #fece9e

Monochromatic Colors of #fefe9e

#fefe9e

Complementary Color

#fefe9e #9e9efe

#fefe9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe9e Color CSS Codes

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

#fefe9e Text Font Color

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

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


#fefe9e Background Color

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

This div background color is #fefe9e


#fefe9e Border Color

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

This div border color is #fefe9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe9e

Related Colors


Comments

No comments written yet.

Please login to write comment.