Color Hex Logo

#fdff71 Color Hex

#FDFF71
(253,255,113)
0 Favorites   0 Comments

Color spaces of #fdff71

RGB 253255113
HSL0.171.000.72
HSV61°56°100°
CMYK 0.010.000.56   0.00
XYZ79.248693.594929.5116
Yxy93.59490.39160.4625
Hunter Lab96.7445-23.083849.6349
CIE-Lab97.4685-18.485866.2036

#fdff71 color RGB value is (253,255,113).

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

The process color (four color CMYK) of #fdff71 color hex is 0.01, 0.00, 0.56, 0.00. Web safe color of #fdff71 is #ffff66. Color #fdff71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 01110001
Octal 375 377 161
Decimal 253 255 113
Hex FD FF 71

RGB Percentages of Color #fdff71

%40.74
%41.06
%18.20

CMYK Percentages of Color #fdff71

%1
%0
%56
%0

Triadic Colors of #fdff71

#fdff71 #71fdff #ff71fd

Analogous Colors of #fdff71

#fdff71 #b6ff71 #ffba71

Monochromatic Colors of #fdff71

#fdff71

Complementary Color

#fdff71 #7371ff

#fdff71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff71 Color CSS Codes

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

#fdff71 Text Font Color

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

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


#fdff71 Background Color

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

This div background color is #fdff71


#fdff71 Border Color

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

This div border color is #fdff71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff71

Related Colors


Comments

No comments written yet.

Please login to write comment.