Color Hex Logo

#fdfe7d Color Hex

#FDFE7D
(253,254,125)
0 Favorites   0 Comments

Color spaces of #fdfe7d

RGB 253254125
HSL0.170.980.74
HSV60°51°100°
CMYK 0.000.000.51   0.00
XYZ79.651593.246933.2024
Yxy93.24690.38650.4524
Hunter Lab96.5644-21.751447.2090
CIE-Lab97.3277-17.082760.7756

#fdfe7d color RGB value is (253,254,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01111101
Octal 375 376 175
Decimal 253 254 125
Hex FD FE 7D

RGB Percentages of Color #fdfe7d

%40.03
%40.19
%19.78

CMYK Percentages of Color #fdfe7d

%0
%0
%51
%0

Triadic Colors of #fdfe7d

#fdfe7d #7dfdfe #fe7dfd

Analogous Colors of #fdfe7d

#fdfe7d #bdfe7d #febf7d

Monochromatic Colors of #fdfe7d

#fdfe7d

Complementary Color

#fdfe7d #7e7dfe

#fdfe7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe7d Color CSS Codes

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

#fdfe7d Text Font Color

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

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


#fdfe7d Background Color

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

This div background color is #fdfe7d


#fdfe7d Border Color

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

This div border color is #fdfe7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe7d

Related Colors


Comments

No comments written yet.

Please login to write comment.