Color Hex Logo

#fadfbd Color Hex

#FADFBD
(250,223,189)
0 Favorites   0 Comments

Color spaces of #fadfbd

RGB 250223189
HSL0.090.860.86
HSV33°24°98°
CMYK 0.000.110.24   0.02
XYZ74.997376.773559.0101
Yxy76.77350.35580.3642
Hunter Lab87.6205-0.551721.4041
CIE-Lab90.21734.199420.0715

#fadfbd color RGB value is (250,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10111101
Octal 372 337 275
Decimal 250 223 189
Hex FA DF BD

RGB Percentages of Color #fadfbd

%37.76
%33.69
%28.55

CMYK Percentages of Color #fadfbd

%0
%11
%24
%2

Triadic Colors of #fadfbd

#fadfbd #bdfadf #dfbdfa

Analogous Colors of #fadfbd

#fadfbd #f7fabd #fac1bd

Monochromatic Colors of #fadfbd

#fadfbd

Complementary Color

#fadfbd #bdd8fa

#fadfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfbd Color CSS Codes

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

#fadfbd Text Font Color

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

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


#fadfbd Background Color

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

This div background color is #fadfbd


#fadfbd Border Color

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

This div border color is #fadfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfbd


Comments

No comments written yet.

Please login to write comment.