Color Hex Logo

#fdfe51 Color Hex

#FDFE51
(253,254,81)
0 Favorites   0 Comments

Color spaces of #fdfe51

RGB 25325481
HSL0.170.990.66
HSV60°68°100°
CMYK 0.000.000.68   0.00
XYZ77.435092.360321.5307
Yxy92.36030.40470.4827
Hunter Lab96.1043-24.358053.9900
CIE-Lab96.9674-19.943478.2526

#fdfe51 color RGB value is (253,254,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01010001
Octal 375 376 121
Decimal 253 254 81
Hex FD FE 51

RGB Percentages of Color #fdfe51

%43.03
%43.20
%13.78

CMYK Percentages of Color #fdfe51

%0
%0
%68
%0

Triadic Colors of #fdfe51

#fdfe51 #51fdfe #fe51fd

Analogous Colors of #fdfe51

#fdfe51 #a7fe51 #fea951

Monochromatic Colors of #fdfe51

#fdfe51

Complementary Color

#fdfe51 #5251fe

#fdfe51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe51 Color CSS Codes

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

#fdfe51 Text Font Color

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

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


#fdfe51 Background Color

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

This div background color is #fdfe51


#fdfe51 Border Color

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

This div border color is #fdfe51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe51

Related Colors


Comments

No comments written yet.

Please login to write comment.