Color Hex Logo

#fdc917 Color Hex

#FDC917
(253,201,23)
0 Favorites   0 Comments

Color spaces of #fdc917

RGB 25320123
HSL0.130.980.54
HSV46°91°99°
CMYK 0.000.210.91   0.01
XYZ61.549362.71789.6724
Yxy62.71780.45950.4683
Hunter Lab79.19460.138148.1948
CIE-Lab83.29374.588581.9570

#fdc917 color RGB value is (253,201,23).

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

The process color (four color CMYK) of #fdc917 color hex is 0.00, 0.21, 0.91, 0.01. Web safe color of #fdc917 is #ffcc00. Color #fdc917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 00010111
Octal 375 311 27
Decimal 253 201 23
Hex FD C9 17

RGB Percentages of Color #fdc917

%53.04
%42.14
%4.82

CMYK Percentages of Color #fdc917

%0
%21
%91
%1

Triadic Colors of #fdc917

#fdc917 #17fdc9 #c917fd

Analogous Colors of #fdc917

#fdc917 #befd17 #fd5617

Monochromatic Colors of #fdc917

#fdc917

Complementary Color

#fdc917 #174bfd

#fdc917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc917 Color CSS Codes

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

#fdc917 Text Font Color

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

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


#fdc917 Background Color

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

This div background color is #fdc917


#fdc917 Border Color

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

This div border color is #fdc917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc917


Comments

No comments written yet.

Please login to write comment.