Color Hex Logo

#fdfe56 Color Hex

#FDFE56
(253,254,86)
0 Favorites   0 Comments

Color spaces of #fdfe56

RGB 25325486
HSL0.170.990.67
HSV60°66°100°
CMYK 0.000.000.66   0.00
XYZ77.629592.438222.5549
Yxy92.43820.40300.4799
Hunter Lab96.1448-24.128453.3923
CIE-Lab96.9991-19.689676.4883

#fdfe56 color RGB value is (253,254,86).

#fdfe56 hex color red value is 253, green value is 254 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fdfe56 hue: 0.17 , saturation: 0.99 and the lightness value of fdfe56 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01010110
Octal 375 376 126
Decimal 253 254 86
Hex FD FE 56

RGB Percentages of Color #fdfe56

%42.66
%42.83
%14.50

CMYK Percentages of Color #fdfe56

%0
%0
%66
%0

Triadic Colors of #fdfe56

#fdfe56 #56fdfe #fe56fd

Analogous Colors of #fdfe56

#fdfe56 #a9fe56 #feab56

Monochromatic Colors of #fdfe56

#fdfe56

Complementary Color

#fdfe56 #5756fe

#fdfe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe56 Color CSS Codes

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

#fdfe56 Text Font Color

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

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


#fdfe56 Background Color

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

This div background color is #fdfe56


#fdfe56 Border Color

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

This div border color is #fdfe56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe56

Related Colors


Comments

No comments written yet.

Please login to write comment.