Color Hex Logo

#fadd9c Color Hex

#FADD9C
(250,221,156)
0 Favorites   0 Comments

Color spaces of #fadd9c

RGB 250221156
HSL0.120.900.80
HSV41°38°98°
CMYK 0.000.120.38   0.02
XYZ71.281574.437242.0634
Yxy74.43720.37960.3964
Hunter Lab86.2770-3.509231.4877
CIE-Lab89.12871.131235.5949

#fadd9c color RGB value is (250,221,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 10011100
Octal 372 335 234
Decimal 250 221 156
Hex FA DD 9C

RGB Percentages of Color #fadd9c

%39.87
%35.25
%24.88

CMYK Percentages of Color #fadd9c

%0
%12
%38
%2

Triadic Colors of #fadd9c

#fadd9c #9cfadd #dd9cfa

Analogous Colors of #fadd9c

#fadd9c #e8fa9c #faae9c

Monochromatic Colors of #fadd9c

#fadd9c

Complementary Color

#fadd9c #9cb9fa

#fadd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd9c Color CSS Codes

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

#fadd9c Text Font Color

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

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


#fadd9c Background Color

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

This div background color is #fadd9c


#fadd9c Border Color

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

This div border color is #fadd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd9c

Related Colors


Comments

No comments written yet.

Please login to write comment.