Color Hex Logo

#fdc30c Color Hex

#FDC30C
(253,195,12)
0 Favorites   0 Comments

Color spaces of #fdc30c

RGB 25319512
HSL0.130.980.52
HSV46°95°99°
CMYK 0.000.230.95   0.01
XYZ60.089559.93948.7502
Yxy59.93940.46660.4654
Hunter Lab77.42053.055847.4933
CIE-Lab81.80527.556982.3221

#fdc30c color RGB value is (253,195,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 00001100
Octal 375 303 14
Decimal 253 195 12
Hex FD C3 C

RGB Percentages of Color #fdc30c

%55.00
%42.39
%2.61

CMYK Percentages of Color #fdc30c

%0
%23
%95
%1

Triadic Colors of #fdc30c

#fdc30c #0cfdc3 #c30cfd

Analogous Colors of #fdc30c

#fdc30c #bffd0c #fd4b0c

Monochromatic Colors of #fdc30c

#fdc30c

Complementary Color

#fdc30c #0c46fd

#fdc30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc30c Color CSS Codes

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

#fdc30c Text Font Color

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

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


#fdc30c Background Color

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

This div background color is #fdc30c


#fdc30c Border Color

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

This div border color is #fdc30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc30c


Comments

No comments written yet.

Please login to write comment.