Color Hex Logo

#fdad74 Color Hex

#FDAD74
(253,173,116)
0 Favorites   0 Comments

Color spaces of #fdad74

RGB 253173116
HSL0.070.970.72
HSV25°54°99°
CMYK 0.000.320.54   0.01
XYZ58.604052.030723.4772
Yxy52.03070.43700.3880
Hunter Lab72.132318.791031.1953
CIE-Lab77.299223.413740.9313

#fdad74 color RGB value is (253,173,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01110100
Octal 375 255 164
Decimal 253 173 116
Hex FD AD 74

RGB Percentages of Color #fdad74

%46.68
%31.92
%21.40

CMYK Percentages of Color #fdad74

%0
%32
%54
%1

Triadic Colors of #fdad74

#fdad74 #74fdad #ad74fd

Analogous Colors of #fdad74

#fdad74 #fdf274 #fd7480

Monochromatic Colors of #fdad74

#fdad74

Complementary Color

#fdad74 #74c4fd

#fdad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad74 Color CSS Codes

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

#fdad74 Text Font Color

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

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


#fdad74 Background Color

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

This div background color is #fdad74


#fdad74 Border Color

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

This div border color is #fdad74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad74


Comments

No comments written yet.

Please login to write comment.