Color Hex Logo

#fad49e Color Hex

#FAD49E
(250,212,158)
0 Favorites   0 Comments

Color spaces of #fad49e

RGB 250212158
HSL0.100.900.80
HSV35°37°98°
CMYK 0.000.150.37   0.02
XYZ69.139469.879642.1918
Yxy69.87960.38150.3856
Hunter Lab83.59401.345228.5908
CIE-Lab86.93785.978031.6694

#fad49e color RGB value is (250,212,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 10011110
Octal 372 324 236
Decimal 250 212 158
Hex FA D4 9E

RGB Percentages of Color #fad49e

%40.32
%34.19
%25.48

CMYK Percentages of Color #fad49e

%0
%15
%37
%2

Triadic Colors of #fad49e

#fad49e #9efad4 #d49efa

Analogous Colors of #fad49e

#fad49e #f2fa9e #faa69e

Monochromatic Colors of #fad49e

#fad49e

Complementary Color

#fad49e #9ec4fa

#fad49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad49e Color CSS Codes

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

#fad49e Text Font Color

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

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


#fad49e Background Color

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

This div background color is #fad49e


#fad49e Border Color

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

This div border color is #fad49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad49e


Comments

No comments written yet.

Please login to write comment.