Color Hex Logo

#fad7aa Color Hex

#FAD7AA
(250,215,170)
0 Favorites   0 Comments

Color spaces of #fad7aa

RGB 250215170
HSL0.090.890.82
HSV34°32°98°
CMYK 0.000.140.32   0.02
XYZ70.980571.827248.1532
Yxy71.82720.37170.3761
Hunter Lab84.75091.183025.6387
CIE-Lab87.88535.850226.7360

#fad7aa color RGB value is (250,215,170).

#fad7aa hex color red value is 250, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fad7aa hue: 0.09 , saturation: 0.89 and the lightness value of fad7aa is 0.82.

The process color (four color CMYK) of #fad7aa color hex is 0.00, 0.14, 0.32, 0.02. Web safe color of #fad7aa is #ffcc99. Color #fad7aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10101010
Octal 372 327 252
Decimal 250 215 170
Hex FA D7 AA

RGB Percentages of Color #fad7aa

%39.37
%33.86
%26.77

CMYK Percentages of Color #fad7aa

%0
%14
%32
%2

Triadic Colors of #fad7aa

#fad7aa #aafad7 #d7aafa

Analogous Colors of #fad7aa

#fad7aa #f5faaa #faafaa

Monochromatic Colors of #fad7aa

#fad7aa

Complementary Color

#fad7aa #aacdfa

#fad7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad7aa Color CSS Codes

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

#fad7aa Text Font Color

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

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


#fad7aa Background Color

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

This div background color is #fad7aa


#fad7aa Border Color

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

This div border color is #fad7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,215,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad7aa

Related Colors


Comments

No comments written yet.

Please login to write comment.