Color Hex Logo

#fdff2d Color Hex

#FDFF2D
(253,255,45)
0 Favorites   0 Comments

Color spaces of #fdff2d

RGB 25325545
HSL0.171.000.59
HSV61°82°100°
CMYK 0.010.000.82   0.00
XYZ76.741792.592116.3100
Yxy92.59210.41340.4988
Hunter Lab96.2248-26.035157.3078
CIE-Lab97.0618-21.748388.7170

#fdff2d color RGB value is (253,255,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 00101101
Octal 375 377 55
Decimal 253 255 45
Hex FD FF 2D

RGB Percentages of Color #fdff2d

%45.75
%46.11
%8.14

CMYK Percentages of Color #fdff2d

%1
%0
%82
%0

Triadic Colors of #fdff2d

#fdff2d #2dfdff #ff2dfd

Analogous Colors of #fdff2d

#fdff2d #94ff2d #ff982d

Monochromatic Colors of #fdff2d

#fdff2d

Complementary Color

#fdff2d #2f2dff

#fdff2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff2d Color CSS Codes

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

#fdff2d Text Font Color

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

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


#fdff2d Background Color

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

This div background color is #fdff2d


#fdff2d Border Color

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

This div border color is #fdff2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff2d

#fdff2d Color Palettes


Comments

No comments written yet.

Please login to write comment.