Color Hex Logo

#fefc90 Color Hex

#FEFC90
(254,252,144)
0 Favorites   0 Comments

Color spaces of #fefc90

RGB 254252144
HSL0.160.980.78
HSV59°43°100°
CMYK 0.000.010.43   0.00
XYZ80.717592.705340.0252
Yxy92.70530.37820.4343
Hunter Lab96.2836-18.854242.7516
CIE-Lab97.1079-14.041451.7438

#fefc90 color RGB value is (254,252,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10010000
Octal 376 374 220
Decimal 254 252 144
Hex FE FC 90

RGB Percentages of Color #fefc90

%39.08
%38.77
%22.15

CMYK Percentages of Color #fefc90

%0
%1
%43
%0

Triadic Colors of #fefc90

#fefc90 #90fefc #fc90fe

Analogous Colors of #fefc90

#fefc90 #c9fe90 #fec590

Monochromatic Colors of #fefc90

#fefc90

Complementary Color

#fefc90 #9092fe

#fefc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc90 Color CSS Codes

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

#fefc90 Text Font Color

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

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


#fefc90 Background Color

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

This div background color is #fefc90


#fefc90 Border Color

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

This div border color is #fefc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc90


Comments

No comments written yet.

Please login to write comment.