Color Hex Logo

#fdad19 Color Hex

#FDAD19
(253,173,25)
0 Favorites   0 Comments

Color spaces of #fdad19

RGB 25317325
HSL0.110.980.55
HSV39°90°99°
CMYK 0.000.320.90   0.01
XYZ55.627150.84007.8009
Yxy50.84000.48680.4449
Hunter Lab71.302214.479743.4248
CIE-Lab76.582019.173776.5578

#fdad19 color RGB value is (253,173,25).

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

The process color (four color CMYK) of #fdad19 color hex is 0.00, 0.32, 0.90, 0.01. Web safe color of #fdad19 is #ff9900. Color #fdad19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 00011001
Octal 375 255 31
Decimal 253 173 25
Hex FD AD 19

RGB Percentages of Color #fdad19

%56.10
%38.36
%5.54

CMYK Percentages of Color #fdad19

%0
%32
%90
%1

Triadic Colors of #fdad19

#fdad19 #19fdad #ad19fd

Analogous Colors of #fdad19

#fdad19 #dbfd19 #fd3b19

Monochromatic Colors of #fdad19

#fdad19

Complementary Color

#fdad19 #1969fd

#fdad19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad19 Color CSS Codes

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

#fdad19 Text Font Color

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

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


#fdad19 Background Color

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

This div background color is #fdad19


#fdad19 Border Color

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

This div border color is #fdad19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad19


Comments

No comments written yet.

Please login to write comment.