Color Hex Logo

#fdfe73 Color Hex

#FDFE73
(253,254,115)
0 Favorites   0 Comments

Color spaces of #fdfe73

RGB 253254115
HSL0.170.990.72
HSV60°55°100°
CMYK 0.000.000.55   0.00
XYZ79.044393.004130.0052
Yxy93.00410.39120.4603
Hunter Lab96.4386-22.463149.0600
CIE-Lab97.2293-17.859265.0735

#fdfe73 color RGB value is (253,254,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01110011
Octal 375 376 163
Decimal 253 254 115
Hex FD FE 73

RGB Percentages of Color #fdfe73

%40.68
%40.84
%18.49

CMYK Percentages of Color #fdfe73

%0
%0
%55
%0

Triadic Colors of #fdfe73

#fdfe73 #73fdfe #fe73fd

Analogous Colors of #fdfe73

#fdfe73 #b8fe73 #feba73

Monochromatic Colors of #fdfe73

#fdfe73

Complementary Color

#fdfe73 #7473fe

#fdfe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe73 Color CSS Codes

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

#fdfe73 Text Font Color

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

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


#fdfe73 Background Color

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

This div background color is #fdfe73


#fdfe73 Border Color

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

This div border color is #fdfe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe73

Related Colors


Comments

No comments written yet.

Please login to write comment.