Color Hex Logo

#fdff40 Color Hex

#FDFF40
(253,255,64)
0 Favorites   0 Comments

Color spaces of #fdff40

RGB 25325564
HSL0.171.000.63
HSV61°75°100°
CMYK 0.010.000.75   0.00
XYZ77.193492.772818.6889
Yxy92.77280.40920.4918
Hunter Lab96.3186-25.501055.9189
CIE-Lab97.1353-21.153483.9122

#fdff40 color RGB value is (253,255,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 01000000
Octal 375 377 100
Decimal 253 255 64
Hex FD FF 40

RGB Percentages of Color #fdff40

%44.23
%44.58
%11.19

CMYK Percentages of Color #fdff40

%1
%0
%75
%0

Triadic Colors of #fdff40

#fdff40 #40fdff #ff40fd

Analogous Colors of #fdff40

#fdff40 #9eff40 #ffa240

Monochromatic Colors of #fdff40

#fdff40

Complementary Color

#fdff40 #4240ff

#fdff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff40 Color CSS Codes

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

#fdff40 Text Font Color

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

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


#fdff40 Background Color

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

This div background color is #fdff40


#fdff40 Border Color

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

This div border color is #fdff40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff40

#fdff40 Color Palettes


Comments

No comments written yet.

Please login to write comment.