Color Hex Logo

#fdac14 Color Hex

#FDAC14
(253,172,20)
0 Favorites   0 Comments

Color spaces of #fdac14

RGB 25317220
HSL0.110.980.54
HSV39°92°99°
CMYK 0.000.320.92   0.01
XYZ55.386850.43827.4782
Yxy50.43820.48880.4452
Hunter Lab71.019914.923443.4708
CIE-Lab76.337419.624777.2978

#fdac14 color RGB value is (253,172,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 00010100
Octal 375 254 24
Decimal 253 172 20
Hex FD AC 14

RGB Percentages of Color #fdac14

%56.85
%38.65
%4.49

CMYK Percentages of Color #fdac14

%0
%32
%92
%1

Triadic Colors of #fdac14

#fdac14 #14fdac #ac14fd

Analogous Colors of #fdac14

#fdac14 #dafd14 #fd3714

Monochromatic Colors of #fdac14

#fdac14

Complementary Color

#fdac14 #1465fd

#fdac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdac14 Color CSS Codes

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

#fdac14 Text Font Color

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

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


#fdac14 Background Color

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

This div background color is #fdac14


#fdac14 Border Color

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

This div border color is #fdac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdac14

Related Colors


Comments

No comments written yet.

Please login to write comment.