Color Hex Logo

#fad79e Color Hex

#FAD79E
(250,215,158)
0 Favorites   0 Comments

Color spaces of #fad79e

RGB 250215158
HSL0.100.900.80
HSV37°37°98°
CMYK 0.000.140.37   0.02
XYZ69.896371.393542.4441
Yxy71.39350.38040.3886
Hunter Lab84.4947-0.205629.3632
CIE-Lab87.67584.431732.6518

#fad79e color RGB value is (250,215,158).

#fad79e hex color red value is 250, green value is 215 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fad79e hue: 0.10 , saturation: 0.90 and the lightness value of fad79e is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10011110
Octal 372 327 236
Decimal 250 215 158
Hex FA D7 9E

RGB Percentages of Color #fad79e

%40.13
%34.51
%25.36

CMYK Percentages of Color #fad79e

%0
%14
%37
%2

Triadic Colors of #fad79e

#fad79e #9efad7 #d79efa

Analogous Colors of #fad79e

#fad79e #effa9e #faa99e

Monochromatic Colors of #fad79e

#fad79e

Complementary Color

#fad79e #9ec1fa

#fad79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad79e Color CSS Codes

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

#fad79e Text Font Color

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

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


#fad79e Background Color

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

This div background color is #fad79e


#fad79e Border Color

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

This div border color is #fad79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad79e


Comments

No comments written yet.

Please login to write comment.