Color Hex Logo

#fade9d Color Hex

#FADE9D
(250,222,157)
1 Favorites   0 Comments

Color spaces of #fade9d

RGB 250222157
HSL0.120.900.80
HSV42°37°98°
CMYK 0.000.110.37   0.02
XYZ71.631475.000942.5995
Yxy75.00090.37850.3963
Hunter Lab86.6031-3.913931.4578
CIE-Lab89.39340.732335.4351

#fade9d color RGB value is (250,222,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10011101
Octal 372 336 235
Decimal 250 222 157
Hex FA DE 9D

RGB Percentages of Color #fade9d

%39.75
%35.29
%24.96

CMYK Percentages of Color #fade9d

%0
%11
%37
%2

Triadic Colors of #fade9d

#fade9d #9dfade #de9dfa

Analogous Colors of #fade9d

#fade9d #e8fa9d #fab09d

Monochromatic Colors of #fade9d

#fade9d

Complementary Color

#fade9d #9db9fa

#fade9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade9d Color CSS Codes

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

#fade9d Text Font Color

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

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


#fade9d Background Color

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

This div background color is #fade9d


#fade9d Border Color

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

This div border color is #fade9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade9d

Related Colors

#fade9d Color Palettes


Comments

No comments written yet.

Please login to write comment.