Color Hex Logo

#fadebd Color Hex

#FADEBD
(250,222,189)
0 Favorites   0 Comments

Color spaces of #fadebd

RGB 250222189
HSL0.090.860.86
HSV32°24°98°
CMYK 0.000.110.24   0.02
XYZ74.730976.240758.9213
Yxy76.24070.35600.3632
Hunter Lab87.3159-0.030421.1119
CIE-Lab89.97104.713219.7287

#fadebd color RGB value is (250,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10111101
Octal 372 336 275
Decimal 250 222 189
Hex FA DE BD

RGB Percentages of Color #fadebd

%37.82
%33.59
%28.59

CMYK Percentages of Color #fadebd

%0
%11
%24
%2

Triadic Colors of #fadebd

#fadebd #bdfade #debdfa

Analogous Colors of #fadebd

#fadebd #f8fabd #fac0bd

Monochromatic Colors of #fadebd

#fadebd

Complementary Color

#fadebd #bdd9fa

#fadebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadebd Color CSS Codes

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

#fadebd Text Font Color

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

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


#fadebd Background Color

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

This div background color is #fadebd


#fadebd Border Color

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

This div border color is #fadebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadebd

Related Colors


Comments

No comments written yet.

Please login to write comment.