Color Hex Logo

#fdc513 Color Hex

#FDC513
(253,197,19)
2 Favorites   0 Comments

Color spaces of #fdc513

RGB 25319719
HSL0.130.980.53
HSV46°92°99°
CMYK 0.000.220.92   0.01
XYZ60.591860.86229.1701
Yxy60.86220.46390.4659
Hunter Lab78.01422.111847.6408
CIE-Lab82.30466.596881.8240

#fdc513 color RGB value is (253,197,19).

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

The process color (four color CMYK) of #fdc513 color hex is 0.00, 0.22, 0.92, 0.01. Web safe color of #fdc513 is #ffcc00. Color #fdc513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 00010011
Octal 375 305 23
Decimal 253 197 19
Hex FD C5 13

RGB Percentages of Color #fdc513

%53.94
%42.00
%4.05

CMYK Percentages of Color #fdc513

%0
%22
%92
%1

Triadic Colors of #fdc513

#fdc513 #13fdc5 #c513fd

Analogous Colors of #fdc513

#fdc513 #c0fd13 #fd5013

Monochromatic Colors of #fdc513

#fdc513

Complementary Color

#fdc513 #134bfd

#fdc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc513 Color CSS Codes

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

#fdc513 Text Font Color

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

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


#fdc513 Background Color

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

This div background color is #fdc513


#fdc513 Border Color

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

This div border color is #fdc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc513

#fdc513 Color Palettes


Comments

No comments written yet.

Please login to write comment.