Color Hex Logo

#fdac62 Color Hex

#FDAC62
(253,172,98)
0 Favorites   0 Comments

Color spaces of #fdac62

RGB 25317298
HSL0.080.970.69
HSV29°61°99°
CMYK 0.000.320.61   0.01
XYZ57.465151.269518.4225
Yxy51.26950.45190.4032
Hunter Lab71.602717.951234.8673
CIE-Lab76.842022.609649.4543

#fdac62 color RGB value is (253,172,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 01100010
Octal 375 254 142
Decimal 253 172 98
Hex FD AC 62

RGB Percentages of Color #fdac62

%48.37
%32.89
%18.74

CMYK Percentages of Color #fdac62

%0
%32
%61
%1

Triadic Colors of #fdac62

#fdac62 #62fdac #ac62fd

Analogous Colors of #fdac62

#fdac62 #fdfa62 #fd6266

Monochromatic Colors of #fdac62

#fdac62

Complementary Color

#fdac62 #62b3fd

#fdac62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdac62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdac62 Color CSS Codes

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

#fdac62 Text Font Color

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

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


#fdac62 Background Color

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

This div background color is #fdac62


#fdac62 Border Color

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

This div border color is #fdac62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdac62

#fdac62 Color Palettes


Comments

No comments written yet.

Please login to write comment.