Color Hex Logo

#fadeb9 Color Hex

#FADEB9
(250,222,185)
0 Favorites   0 Comments

Color spaces of #fadeb9

RGB 250222185
HSL0.090.870.85
HSV34°26°98°
CMYK 0.000.110.26   0.02
XYZ74.302676.069356.6656
Yxy76.06930.35890.3674
Hunter Lab87.2177-0.563122.5315
CIE-Lab89.89154.172421.6986

#fadeb9 color RGB value is (250,222,185).

#fadeb9 hex color red value is 250, green value is 222 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fadeb9 hue: 0.09 , saturation: 0.87 and the lightness value of fadeb9 is 0.85.

The process color (four color CMYK) of #fadeb9 color hex is 0.00, 0.11, 0.26, 0.02. Web safe color of #fadeb9 is #ffcccc. Color #fadeb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10111001
Octal 372 336 271
Decimal 250 222 185
Hex FA DE B9

RGB Percentages of Color #fadeb9

%38.05
%33.79
%28.16

CMYK Percentages of Color #fadeb9

%0
%11
%26
%2

Triadic Colors of #fadeb9

#fadeb9 #b9fade #deb9fa

Analogous Colors of #fadeb9

#fadeb9 #f6fab9 #fabeb9

Monochromatic Colors of #fadeb9

#fadeb9

Complementary Color

#fadeb9 #b9d5fa

#fadeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeb9 Color CSS Codes

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

#fadeb9 Text Font Color

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

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


#fadeb9 Background Color

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

This div background color is #fadeb9


#fadeb9 Border Color

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

This div border color is #fadeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeb9


Comments

No comments written yet.

Please login to write comment.