Color Hex Logo

#fefc8f Color Hex

#FEFC8F
(254,252,143)
0 Favorites   0 Comments

Color spaces of #fefc8f

RGB 254252143
HSL0.160.980.78
HSV59°44°100°
CMYK 0.000.010.44   0.00
XYZ80.641492.674839.6244
Yxy92.67480.37870.4352
Hunter Lab96.2678-18.943042.9833
CIE-Lab97.0955-14.136852.2023

#fefc8f color RGB value is (254,252,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10001111
Octal 376 374 217
Decimal 254 252 143
Hex FE FC 8F

RGB Percentages of Color #fefc8f

%39.14
%38.83
%22.03

CMYK Percentages of Color #fefc8f

%0
%1
%44
%0

Triadic Colors of #fefc8f

#fefc8f #8ffefc #fc8ffe

Analogous Colors of #fefc8f

#fefc8f #c9fe8f #fec58f

Monochromatic Colors of #fefc8f

#fefc8f

Complementary Color

#fefc8f #8f91fe

#fefc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc8f Color CSS Codes

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

#fefc8f Text Font Color

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

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


#fefc8f Background Color

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

This div background color is #fefc8f


#fefc8f Border Color

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

This div border color is #fefc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc8f

Related Colors


Comments

No comments written yet.

Please login to write comment.