Color Hex Logo

#fdfe93 Color Hex

#FDFE93
(253,254,147)
0 Favorites   0 Comments

Color spaces of #fdfe93

RGB 253254147
HSL0.170.980.79
HSV61°42°100°
CMYK 0.000.000.42   0.00
XYZ81.216393.872941.4425
Yxy93.87290.37510.4335
Hunter Lab96.8880-19.926642.4612
CIE-Lab97.5808-15.106450.8876

#fdfe93 color RGB value is (253,254,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10010011
Octal 375 376 223
Decimal 253 254 147
Hex FD FE 93

RGB Percentages of Color #fdfe93

%38.69
%38.84
%22.48

CMYK Percentages of Color #fdfe93

%0
%0
%42
%0

Triadic Colors of #fdfe93

#fdfe93 #93fdfe #fe93fd

Analogous Colors of #fdfe93

#fdfe93 #c8fe93 #feca93

Monochromatic Colors of #fdfe93

#fdfe93

Complementary Color

#fdfe93 #9493fe

#fdfe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe93 Color CSS Codes

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

#fdfe93 Text Font Color

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

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


#fdfe93 Background Color

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

This div background color is #fdfe93


#fdfe93 Border Color

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

This div border color is #fdfe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe93

Related Colors


Comments

No comments written yet.

Please login to write comment.