color codes Logo

#fdc53c color codes

#FDC53C
(253,197,60)
0 Favorites   0 Comments

Color spaces of #fdc53c

RGB 25319760
HSL0.120.980.61
HSV43°76°99°
CMYK 0.000.220.76   0.01
XYZ61.289961.141412.8461
Yxy61.14140.45310.4520
Hunter Lab78.19303.075844.9945
CIE-Lab82.45477.596271.6574

#fdc53c color RGB value is (253,197,60).

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

The process color (four color CMYK) of #fdc53c color code is 0.00, 0.22, 0.76, 0.01. Web safe color of #fdc53c is #ffcc33. Color #fdc53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 00111100
Octal 375 305 74
Decimal 253 197 60
Hex FD C5 3C

RGB Percentages of Color #fdc53c

%49.61
%38.63
%11.76

CMYK Percentages of Color #fdc53c

%0
%22
%76
%1

Triadic Colors of #fdc53c

#fdc53c #3cfdc5 #c53cfd

Analogous Colors of #fdc53c

#fdc53c #d5fd3c #fd653c

Monochromatic Colors of #fdc53c

#fdc53c

Complementary Color

#fdc53c #3c74fd

#fdc53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc53c Color CSS Codes

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

#fdc53c Text Font Color

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

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


#fdc53c Background Color

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

This div background color is #fdc53c


#fdc53c Border Color

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

This div border color is #fdc53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc53c

Related Colors


Comments

No comments written yet.

Please login to write comment.