Color Hex Logo

#fdfe49 Color Hex

#FDFE49
(253,254,73)
0 Favorites   0 Comments

Color spaces of #fdfe49

RGB 25325473
HSL0.170.990.64
HSV60°71°100°
CMYK 0.000.000.71   0.00
XYZ77.152492.247320.0425
Yxy92.24730.40730.4869
Hunter Lab96.0455-24.692254.8593
CIE-Lab96.9213-20.313580.9220

#fdfe49 color RGB value is (253,254,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01001001
Octal 375 376 111
Decimal 253 254 73
Hex FD FE 49

RGB Percentages of Color #fdfe49

%43.62
%43.79
%12.59

CMYK Percentages of Color #fdfe49

%0
%0
%71
%0

Triadic Colors of #fdfe49

#fdfe49 #49fdfe #fe49fd

Analogous Colors of #fdfe49

#fdfe49 #a3fe49 #fea549

Monochromatic Colors of #fdfe49

#fdfe49

Complementary Color

#fdfe49 #4a49fe

#fdfe49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe49 Color CSS Codes

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

#fdfe49 Text Font Color

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

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


#fdfe49 Background Color

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

This div background color is #fdfe49


#fdfe49 Border Color

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

This div border color is #fdfe49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe49

Related Colors


Comments

No comments written yet.

Please login to write comment.