Color Hex Logo

#fdfe40 Color Hex

#FDFE40
(253,254,64)
0 Favorites   0 Comments

Color spaces of #fdfe40

RGB 25325464
HSL0.170.990.62
HSV60°75°100°
CMYK 0.000.000.75   0.00
XYZ76.875292.136418.5828
Yxy92.13640.40980.4911
Hunter Lab95.9877-25.020455.7131
CIE-Lab96.8760-20.677683.6758

#fdfe40 color RGB value is (253,254,64).

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

The process color (four color CMYK) of #fdfe40 color hex is 0.00, 0.00, 0.75, 0.00. Web safe color of #fdfe40 is #ffff33. Color #fdfe40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01000000
Octal 375 376 100
Decimal 253 254 64
Hex FD FE 40

RGB Percentages of Color #fdfe40

%44.31
%44.48
%11.21

CMYK Percentages of Color #fdfe40

%0
%0
%75
%0

Triadic Colors of #fdfe40

#fdfe40 #40fdfe #fe40fd

Analogous Colors of #fdfe40

#fdfe40 #9efe40 #fea040

Monochromatic Colors of #fdfe40

#fdfe40

Complementary Color

#fdfe40 #4140fe

#fdfe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe40 Color CSS Codes

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

#fdfe40 Text Font Color

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

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


#fdfe40 Background Color

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

This div background color is #fdfe40


#fdfe40 Border Color

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

This div border color is #fdfe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe40

Related Colors


Comments

No comments written yet.

Please login to write comment.