Color Hex Logo

#fdff2e Color Hex

#FDFF2E
(253,255,46)
0 Favorites   0 Comments

Color spaces of #fdff2e

RGB 25325546
HSL0.171.000.59
HSV61°82°100°
CMYK 0.010.000.82   0.00
XYZ76.761292.599916.4126
Yxy92.59990.41320.4985
Hunter Lab96.2288-26.012057.2478
CIE-Lab97.0650-21.722588.5002

#fdff2e color RGB value is (253,255,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 00101110
Octal 375 377 56
Decimal 253 255 46
Hex FD FF 2E

RGB Percentages of Color #fdff2e

%45.67
%46.03
%8.30

CMYK Percentages of Color #fdff2e

%1
%0
%82
%0

Triadic Colors of #fdff2e

#fdff2e #2efdff #ff2efd

Analogous Colors of #fdff2e

#fdff2e #95ff2e #ff992e

Monochromatic Colors of #fdff2e

#fdff2e

Complementary Color

#fdff2e #302eff

#fdff2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff2e Color CSS Codes

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

#fdff2e Text Font Color

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

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


#fdff2e Background Color

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

This div background color is #fdff2e


#fdff2e Border Color

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

This div border color is #fdff2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff2e

Related Colors


Comments

No comments written yet.

Please login to write comment.