Color Hex Logo

#fdc40d Color Hex

#FDC40D
(253,196,13)
1 Favorites   0 Comments

Color spaces of #fdc40d

RGB 25319613
HSL0.130.980.52
HSV46°95°99°
CMYK 0.000.230.95   0.01
XYZ60.320660.39168.8583
Yxy60.39160.46550.4661
Hunter Lab77.71202.556847.6400
CIE-Lab82.05067.048882.3911

#fdc40d color RGB value is (253,196,13).

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

The process color (four color CMYK) of #fdc40d color hex is 0.00, 0.23, 0.95, 0.01. Web safe color of #fdc40d is #ffcc00. Color #fdc40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 00001101
Octal 375 304 15
Decimal 253 196 13
Hex FD C4 D

RGB Percentages of Color #fdc40d

%54.76
%42.42
%2.81

CMYK Percentages of Color #fdc40d

%0
%23
%95
%1

Triadic Colors of #fdc40d

#fdc40d #0dfdc4 #c40dfd

Analogous Colors of #fdc40d

#fdc40d #befd0d #fd4c0d

Monochromatic Colors of #fdc40d

#fdc40d

Complementary Color

#fdc40d #0d46fd

#fdc40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc40d Color CSS Codes

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

#fdc40d Text Font Color

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

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


#fdc40d Background Color

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

This div background color is #fdc40d


#fdc40d Border Color

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

This div border color is #fdc40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc40d

#fdc40d Color Palettes


Comments

No comments written yet.

Please login to write comment.