Color Hex Logo

#fdd73c Color Hex

#FDD73C
(253,215,60)
0 Favorites   0 Comments

Color spaces of #fdd73c

RGB 25321560
HSL0.130.980.61
HSV48°76°99°
CMYK 0.000.150.76   0.01
XYZ65.624169.809814.2908
Yxy69.80980.43830.4663
Hunter Lab83.5523-6.017948.3456
CIE-Lab86.9035-1.628275.7804

#fdd73c color RGB value is (253,215,60).

#fdd73c hex color red value is 253, green value is 215 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fdd73c hue: 0.13 , saturation: 0.98 and the lightness value of fdd73c is 0.61.

The process color (four color CMYK) of #fdd73c color hex is 0.00, 0.15, 0.76, 0.01. Web safe color of #fdd73c is #ffcc33. Color #fdd73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 00111100
Octal 375 327 74
Decimal 253 215 60
Hex FD D7 3C

RGB Percentages of Color #fdd73c

%47.92
%40.72
%11.36

CMYK Percentages of Color #fdd73c

%0
%15
%76
%1

Triadic Colors of #fdd73c

#fdd73c #3cfdd7 #d73cfd

Analogous Colors of #fdd73c

#fdd73c #c3fd3c #fd773c

Monochromatic Colors of #fdd73c

#fdd73c

Complementary Color

#fdd73c #3c62fd

#fdd73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd73c Color CSS Codes

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

#fdd73c Text Font Color

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

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


#fdd73c Background Color

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

This div background color is #fdd73c


#fdd73c Border Color

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

This div border color is #fdd73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd73c


Comments

No comments written yet.

Please login to write comment.