Color Hex Logo

#fadc9d Color Hex

#FADC9D
(250,220,157)
0 Favorites   0 Comments

Color spaces of #fadc9d

RGB 250220157
HSL0.110.900.80
HSV41°37°98°
CMYK 0.000.120.37   0.02
XYZ71.103373.944742.4235
Yxy73.94470.37930.3944
Hunter Lab85.9911-2.888530.9432
CIE-Lab88.89631.753934.7798

#fadc9d color RGB value is (250,220,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 10011101
Octal 372 334 235
Decimal 250 220 157
Hex FA DC 9D

RGB Percentages of Color #fadc9d

%39.87
%35.09
%25.04

CMYK Percentages of Color #fadc9d

%0
%12
%37
%2

Triadic Colors of #fadc9d

#fadc9d #9dfadc #dc9dfa

Analogous Colors of #fadc9d

#fadc9d #eafa9d #faae9d

Monochromatic Colors of #fadc9d

#fadc9d

Complementary Color

#fadc9d #9dbbfa

#fadc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc9d Color CSS Codes

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

#fadc9d Text Font Color

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

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


#fadc9d Background Color

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

This div background color is #fadc9d


#fadc9d Border Color

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

This div border color is #fadc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc9d


Comments

No comments written yet.

Please login to write comment.