Color Hex Logo

#fdfe25 Color Hex

#FDFE25
(253,254,37)
0 Favorites   0 Comments

Color spaces of #fdfe25

RGB 25325437
HSL0.170.990.57
HSV60°85°100°
CMYK 0.000.000.85   0.00
XYZ76.283891.899815.4681
Yxy91.89980.41540.5004
Hunter Lab95.8644-25.721857.5384
CIE-Lab96.7793-21.458590.0900

#fdfe25 color RGB value is (253,254,37).

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

The process color (four color CMYK) of #fdfe25 color hex is 0.00, 0.00, 0.85, 0.00. Web safe color of #fdfe25 is #ffff33. Color #fdfe25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 00100101
Octal 375 376 45
Decimal 253 254 37
Hex FD FE 25

RGB Percentages of Color #fdfe25

%46.51
%46.69
%6.80

CMYK Percentages of Color #fdfe25

%0
%0
%85
%0

Triadic Colors of #fdfe25

#fdfe25 #25fdfe #fe25fd

Analogous Colors of #fdfe25

#fdfe25 #91fe25 #fe9325

Monochromatic Colors of #fdfe25

#fdfe25

Complementary Color

#fdfe25 #2625fe

#fdfe25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe25 Color CSS Codes

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

#fdfe25 Text Font Color

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

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


#fdfe25 Background Color

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

This div background color is #fdfe25


#fdfe25 Border Color

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

This div border color is #fdfe25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe25

Related Colors


Comments

No comments written yet.

Please login to write comment.