Color Hex Logo

#fdfe7e Color Hex

#FDFE7E
(253,254,126)
0 Favorites   0 Comments

Color spaces of #fdfe7e

RGB 253254126
HSL0.170.980.75
HSV60°50°100°
CMYK 0.000.000.50   0.00
XYZ79.715793.272633.5406
Yxy93.27260.38600.4516
Hunter Lab96.5777-21.676347.0135
CIE-Lab97.3381-17.000960.3381

#fdfe7e color RGB value is (253,254,126).

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

The process color (four color CMYK) of #fdfe7e color hex is 0.00, 0.00, 0.50, 0.00. Web safe color of #fdfe7e is #ffff66. Color #fdfe7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01111110
Octal 375 376 176
Decimal 253 254 126
Hex FD FE 7E

RGB Percentages of Color #fdfe7e

%39.97
%40.13
%19.91

CMYK Percentages of Color #fdfe7e

%0
%0
%50
%0

Triadic Colors of #fdfe7e

#fdfe7e #7efdfe #fe7efd

Analogous Colors of #fdfe7e

#fdfe7e #bdfe7e #febf7e

Monochromatic Colors of #fdfe7e

#fdfe7e

Complementary Color

#fdfe7e #7f7efe

#fdfe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe7e Color CSS Codes

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

#fdfe7e Text Font Color

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

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


#fdfe7e Background Color

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

This div background color is #fdfe7e


#fdfe7e Border Color

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

This div border color is #fdfe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe7e


Comments

No comments written yet.

Please login to write comment.