Color Hex Logo

#fdac19 Color Hex

#FDAC19
(253,172,25)
0 Favorites   0 Comments

Color spaces of #fdac19

RGB 25317225
HSL0.110.980.55
HSV39°90°99°
CMYK 0.000.320.90   0.01
XYZ55.436050.45797.7373
Yxy50.45790.48790.4440
Hunter Lab71.033714.995643.2655
CIE-Lab76.349519.696576.3833

#fdac19 color RGB value is (253,172,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 00011001
Octal 375 254 31
Decimal 253 172 25
Hex FD AC 19

RGB Percentages of Color #fdac19

%56.22
%38.22
%5.56

CMYK Percentages of Color #fdac19

%0
%32
%90
%1

Triadic Colors of #fdac19

#fdac19 #19fdac #ac19fd

Analogous Colors of #fdac19

#fdac19 #dcfd19 #fd3a19

Monochromatic Colors of #fdac19

#fdac19

Complementary Color

#fdac19 #196afd

#fdac19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdac19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdac19 Color CSS Codes

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

#fdac19 Text Font Color

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

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


#fdac19 Background Color

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

This div background color is #fdac19


#fdac19 Border Color

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

This div border color is #fdac19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdac19

Related Colors


Comments

No comments written yet.

Please login to write comment.