Color Hex Logo

#fdad62 Color Hex

#FDAD62
(253,173,98)
0 Favorites   0 Comments

Color spaces of #fdad62

RGB 25317398
HSL0.080.970.69
HSV29°61°99°
CMYK 0.000.320.61   0.01
XYZ57.656251.651618.4862
Yxy51.65160.45120.4042
Hunter Lab71.869017.428935.0577
CIE-Lab77.072022.086149.7236

#fdad62 color RGB value is (253,173,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01100010
Octal 375 255 142
Decimal 253 173 98
Hex FD AD 62

RGB Percentages of Color #fdad62

%48.28
%33.02
%18.70

CMYK Percentages of Color #fdad62

%0
%32
%61
%1

Triadic Colors of #fdad62

#fdad62 #62fdad #ad62fd

Analogous Colors of #fdad62

#fdad62 #fdfb62 #fd6265

Monochromatic Colors of #fdad62

#fdad62

Complementary Color

#fdad62 #62b2fd

#fdad62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad62 Color CSS Codes

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

#fdad62 Text Font Color

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

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


#fdad62 Background Color

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

This div background color is #fdad62


#fdad62 Border Color

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

This div border color is #fdad62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad62


Comments

No comments written yet.

Please login to write comment.