Color Hex Logo

#fefe8d Color Hex

#FEFE8D
(254,254,141)
0 Favorites   0 Comments

Color spaces of #fefe8d

RGB 254254141
HSL0.170.980.77
HSV60°44°100°
CMYK 0.000.000.44   0.00
XYZ81.122693.877539.0439
Yxy93.87750.37900.4386
Hunter Lab96.8904-20.107043.9312
CIE-Lab97.5826-15.296953.7429

#fefe8d color RGB value is (254,254,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10001101
Octal 376 376 215
Decimal 254 254 141
Hex FE FE 8D

RGB Percentages of Color #fefe8d

%39.14
%39.14
%21.73

CMYK Percentages of Color #fefe8d

%0
%0
%44
%0

Triadic Colors of #fefe8d

#fefe8d #8dfefe #fe8dfe

Analogous Colors of #fefe8d

#fefe8d #c6fe8d #fec68d

Monochromatic Colors of #fefe8d

#fefe8d

Complementary Color

#fefe8d #8d8dfe

#fefe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe8d Color CSS Codes

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

#fefe8d Text Font Color

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

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


#fefe8d Background Color

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

This div background color is #fefe8d


#fefe8d Border Color

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

This div border color is #fefe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.