Color Hex Logo

#fdc519 Color Hex

#FDC519
(253,197,25)
0 Favorites   0 Comments

Color spaces of #fdc519

RGB 25319725
HSL0.130.980.55
HSV45°90°99°
CMYK 0.000.220.90   0.01
XYZ60.649760.88539.4752
Yxy60.88530.46290.4647
Hunter Lab78.02902.192147.4206
CIE-Lab82.31706.680380.8838

#fdc519 color RGB value is (253,197,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 00011001
Octal 375 305 31
Decimal 253 197 25
Hex FD C5 19

RGB Percentages of Color #fdc519

%53.26
%41.47
%5.26

CMYK Percentages of Color #fdc519

%0
%22
%90
%1

Triadic Colors of #fdc519

#fdc519 #19fdc5 #c519fd

Analogous Colors of #fdc519

#fdc519 #c3fd19 #fd5319

Monochromatic Colors of #fdc519

#fdc519

Complementary Color

#fdc519 #1951fd

#fdc519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc519 Color CSS Codes

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

#fdc519 Text Font Color

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

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


#fdc519 Background Color

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

This div background color is #fdc519


#fdc519 Border Color

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

This div border color is #fdc519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc519


Comments

No comments written yet.

Please login to write comment.