Color Hex Logo

#fdff2c Color Hex

#FDFF2C
(253,255,44)
0 Favorites   0 Comments

Color spaces of #fdff2c

RGB 25325544
HSL0.171.000.59
HSV61°83°100°
CMYK 0.010.000.83   0.00
XYZ76.722692.584516.2098
Yxy92.58450.41360.4991
Hunter Lab96.2208-26.057857.3663
CIE-Lab97.0587-21.773688.9297

#fdff2c color RGB value is (253,255,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 00101100
Octal 375 377 54
Decimal 253 255 44
Hex FD FF 2C

RGB Percentages of Color #fdff2c

%45.83
%46.20
%7.97

CMYK Percentages of Color #fdff2c

%1
%0
%83
%0

Triadic Colors of #fdff2c

#fdff2c #2cfdff #ff2cfd

Analogous Colors of #fdff2c

#fdff2c #94ff2c #ff982c

Monochromatic Colors of #fdff2c

#fdff2c

Complementary Color

#fdff2c #2e2cff

#fdff2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff2c Color CSS Codes

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

#fdff2c Text Font Color

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

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


#fdff2c Background Color

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

This div background color is #fdff2c


#fdff2c Border Color

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

This div border color is #fdff2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff2c

Related Colors

#fdff2c Color Palettes


Comments

No comments written yet.

Please login to write comment.