Color Hex Logo

#fdfe76 Color Hex

#FDFE76
(253,254,118)
0 Favorites   0 Comments

Color spaces of #fdfe76

RGB 253254118
HSL0.170.990.73
HSV60°54°100°
CMYK 0.000.000.54   0.00
XYZ79.219893.074330.9293
Yxy93.07430.38980.4580
Hunter Lab96.4750-22.257248.5245
CIE-Lab97.2577-17.634363.8000

#fdfe76 color RGB value is (253,254,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01110110
Octal 375 376 166
Decimal 253 254 118
Hex FD FE 76

RGB Percentages of Color #fdfe76

%40.48
%40.64
%18.88

CMYK Percentages of Color #fdfe76

%0
%0
%54
%0

Triadic Colors of #fdfe76

#fdfe76 #76fdfe #fe76fd

Analogous Colors of #fdfe76

#fdfe76 #b9fe76 #febb76

Monochromatic Colors of #fdfe76

#fdfe76

Complementary Color

#fdfe76 #7776fe

#fdfe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe76 Color CSS Codes

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

#fdfe76 Text Font Color

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

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


#fdfe76 Background Color

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

This div background color is #fdfe76


#fdfe76 Border Color

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

This div border color is #fdfe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe76

Related Colors


Comments

No comments written yet.

Please login to write comment.