Color Hex Logo

#fddc3c Color Hex

#FDDC3C
(253,220,60)
0 Favorites   0 Comments

Color spaces of #fddc3c

RGB 25322060
HSL0.140.980.61
HSV50°76°99°
CMYK 0.000.130.76   0.01
XYZ66.916872.395314.7218
Yxy72.39530.43440.4700
Hunter Lab85.0854-8.515349.3012
CIE-Lab88.1585-4.154976.9325

#fddc3c color RGB value is (253,220,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 00111100
Octal 375 334 74
Decimal 253 220 60
Hex FD DC 3C

RGB Percentages of Color #fddc3c

%47.47
%41.28
%11.26

CMYK Percentages of Color #fddc3c

%0
%13
%76
%1

Triadic Colors of #fddc3c

#fddc3c #3cfddc #dc3cfd

Analogous Colors of #fddc3c

#fddc3c #befd3c #fd7c3c

Monochromatic Colors of #fddc3c

#fddc3c

Complementary Color

#fddc3c #3c5dfd

#fddc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc3c Color CSS Codes

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

#fddc3c Text Font Color

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

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


#fddc3c Background Color

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

This div background color is #fddc3c


#fddc3c Border Color

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

This div border color is #fddc3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,220,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 #fddc3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc3c


Comments

No comments written yet.

Please login to write comment.