Color Hex Logo

#fdfe11 Color Hex

#FDFE11
(253,254,17)
0 Favorites   0 Comments

Color spaces of #fdfe11

RGB 25325417
HSL0.170.990.53
HSV60°93°100°
CMYK 0.000.000.93   0.00
XYZ76.051091.806714.2425
Yxy91.80670.41760.5042
Hunter Lab95.8158-25.998558.2579
CIE-Lab96.7412-21.767492.8567

#fdfe11 color RGB value is (253,254,17).

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

The process color (four color CMYK) of #fdfe11 color hex is 0.00, 0.00, 0.93, 0.00. Web safe color of #fdfe11 is #ffff00. Color #fdfe11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 00010001
Octal 375 376 21
Decimal 253 254 17
Hex FD FE 11

RGB Percentages of Color #fdfe11

%48.28
%48.47
%3.24

CMYK Percentages of Color #fdfe11

%0
%0
%93
%0

Triadic Colors of #fdfe11

#fdfe11 #11fdfe #fe11fd

Analogous Colors of #fdfe11

#fdfe11 #87fe11 #fe8911

Monochromatic Colors of #fdfe11

#fdfe11

Complementary Color

#fdfe11 #1211fe

#fdfe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe11 Color CSS Codes

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

#fdfe11 Text Font Color

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

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


#fdfe11 Background Color

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

This div background color is #fdfe11


#fdfe11 Border Color

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

This div border color is #fdfe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe11

Related Colors


Comments

No comments written yet.

Please login to write comment.