color codes Logo

#fdce3c color codes

#FDCE3C
(253,206,60)
0 Favorites   0 Comments

Color spaces of #fdce3c

RGB 25320660
HSL0.130.980.61
HSV45°76°99°
CMYK 0.000.190.76   0.01
XYZ63.394965.351513.5478
Yxy65.35150.44550.4593
Hunter Lab80.8403-1.490946.6519
CIE-Lab84.66452.960873.7130

#fdce3c color RGB value is (253,206,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 00111100
Octal 375 316 74
Decimal 253 206 60
Hex FD CE 3C

RGB Percentages of Color #fdce3c

%48.75
%39.69
%11.56

CMYK Percentages of Color #fdce3c

%0
%19
%76
%1

Triadic Colors of #fdce3c

#fdce3c #3cfdce #ce3cfd

Analogous Colors of #fdce3c

#fdce3c #ccfd3c #fd6e3c

Monochromatic Colors of #fdce3c

#fdce3c

Complementary Color

#fdce3c #3c6bfd

#fdce3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce3c Color CSS Codes

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

#fdce3c Text Font Color

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

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


#fdce3c Background Color

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

This div background color is #fdce3c


#fdce3c Border Color

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

This div border color is #fdce3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce3c


Comments

No comments written yet.

Please login to write comment.