Color Hex Logo

#fdad46 Color Hex

#FDAD46
(253,173,70)
0 Favorites   0 Comments

Color spaces of #fdad46

RGB 25317370
HSL0.090.980.63
HSV34°72°99°
CMYK 0.000.320.72   0.01
XYZ56.557151.212012.6984
Yxy51.21200.46950.4251
Hunter Lab71.562615.837139.5731
CIE-Lab76.807220.520662.2979

#fdad46 color RGB value is (253,173,70).

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

The process color (four color CMYK) of #fdad46 color hex is 0.00, 0.32, 0.72, 0.01. Web safe color of #fdad46 is #ff9933. Color #fdad46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01000110
Octal 375 255 106
Decimal 253 173 70
Hex FD AD 46

RGB Percentages of Color #fdad46

%51.01
%34.88
%14.11

CMYK Percentages of Color #fdad46

%0
%32
%72
%1

Triadic Colors of #fdad46

#fdad46 #46fdad #ad46fd

Analogous Colors of #fdad46

#fdad46 #f2fd46 #fd5246

Monochromatic Colors of #fdad46

#fdad46

Complementary Color

#fdad46 #4696fd

#fdad46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad46 Color CSS Codes

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

#fdad46 Text Font Color

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

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


#fdad46 Background Color

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

This div background color is #fdad46


#fdad46 Border Color

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

This div border color is #fdad46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad46

Related Colors


Comments

No comments written yet.

Please login to write comment.