Color Hex Logo

#fdad61 Color Hex

#FDAD61
(253,173,97)
0 Favorites   0 Comments

Color spaces of #fdad61

RGB 25317397
HSL0.080.980.69
HSV29°62°99°
CMYK 0.000.320.62   0.01
XYZ57.609351.632918.2391
Yxy51.63290.45190.4050
Hunter Lab71.856017.361135.2497
CIE-Lab77.060822.019750.1999

#fdad61 color RGB value is (253,173,97).

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

The process color (four color CMYK) of #fdad61 color hex is 0.00, 0.32, 0.62, 0.01. Web safe color of #fdad61 is #ff9966. Color #fdad61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01100001
Octal 375 255 141
Decimal 253 173 97
Hex FD AD 61

RGB Percentages of Color #fdad61

%48.37
%33.08
%18.55

CMYK Percentages of Color #fdad61

%0
%32
%62
%1

Triadic Colors of #fdad61

#fdad61 #61fdad #ad61fd

Analogous Colors of #fdad61

#fdad61 #fdfb61 #fd6163

Monochromatic Colors of #fdad61

#fdad61

Complementary Color

#fdad61 #61b1fd

#fdad61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad61 Color CSS Codes

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

#fdad61 Text Font Color

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

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


#fdad61 Background Color

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

This div background color is #fdad61


#fdad61 Border Color

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

This div border color is #fdad61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad61

Related Colors


Comments

No comments written yet.

Please login to write comment.