Color Hex Logo

#fdaa74 Color Hex

#FDAA74
(253,170,116)
0 Favorites   0 Comments

Color spaces of #fdaa74

RGB 253170116
HSL0.070.970.72
HSV24°54°99°
CMYK 0.000.330.54   0.01
XYZ58.035150.893123.2876
Yxy50.89310.43890.3849
Hunter Lab71.339420.367030.5833
CIE-Lab76.614224.984740.0741

#fdaa74 color RGB value is (253,170,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 01110100
Octal 375 252 164
Decimal 253 170 116
Hex FD AA 74

RGB Percentages of Color #fdaa74

%46.94
%31.54
%21.52

CMYK Percentages of Color #fdaa74

%0
%33
%54
%1

Triadic Colors of #fdaa74

#fdaa74 #74fdaa #aa74fd

Analogous Colors of #fdaa74

#fdaa74 #fdef74 #fd7483

Monochromatic Colors of #fdaa74

#fdaa74

Complementary Color

#fdaa74 #74c7fd

#fdaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaa74 Color CSS Codes

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

#fdaa74 Text Font Color

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

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


#fdaa74 Background Color

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

This div background color is #fdaa74


#fdaa74 Border Color

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

This div border color is #fdaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaa74

Related Colors


Comments

No comments written yet.

Please login to write comment.