Color Hex Logo

#fad5bd Color Hex

#FAD5BD
(250,213,189)
0 Favorites   0 Comments

Color spaces of #fad5bd

RGB 250213189
HSL0.070.860.86
HSV24°24°98°
CMYK 0.000.150.24   0.02
XYZ72.403971.586658.1456
Yxy71.58660.35820.3542
Hunter Lab84.60894.685618.4804
CIE-Lab87.76929.363016.6509

#fad5bd color RGB value is (250,213,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 10111101
Octal 372 325 275
Decimal 250 213 189
Hex FA D5 BD

RGB Percentages of Color #fad5bd

%38.34
%32.67
%28.99

CMYK Percentages of Color #fad5bd

%0
%15
%24
%2

Triadic Colors of #fad5bd

#fad5bd #bdfad5 #d5bdfa

Analogous Colors of #fad5bd

#fad5bd #faf4bd #fabdc4

Monochromatic Colors of #fad5bd

#fad5bd

Complementary Color

#fad5bd #bde2fa

#fad5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad5bd Color CSS Codes

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

#fad5bd Text Font Color

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

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


#fad5bd Background Color

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

This div background color is #fad5bd


#fad5bd Border Color

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

This div border color is #fad5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad5bd

Related Colors


Comments

No comments written yet.

Please login to write comment.