Color Hex Logo

#fadd7d Color Hex

#FADD7D
(250,221,125)
0 Favorites   0 Comments

Color spaces of #fadd7d

RGB 250221125
HSL0.130.930.74
HSV46°50°98°
CMYK 0.000.120.50   0.02
XYZ68.982573.517629.9566
Yxy73.51760.40000.4263
Hunter Lab85.7424-6.440339.3050
CIE-Lab88.6940-1.932350.4278

#fadd7d color RGB value is (250,221,125).

#fadd7d hex color red value is 250, green value is 221 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fadd7d hue: 0.13 , saturation: 0.93 and the lightness value of fadd7d is 0.74.

The process color (four color CMYK) of #fadd7d color hex is 0.00, 0.12, 0.50, 0.02. Web safe color of #fadd7d is #ffcc66. Color #fadd7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 01111101
Octal 372 335 175
Decimal 250 221 125
Hex FA DD 7D

RGB Percentages of Color #fadd7d

%41.95
%37.08
%20.97

CMYK Percentages of Color #fadd7d

%0
%12
%50
%2

Triadic Colors of #fadd7d

#fadd7d #7dfadd #dd7dfa

Analogous Colors of #fadd7d

#fadd7d #d9fa7d #fa9f7d

Monochromatic Colors of #fadd7d

#fadd7d

Complementary Color

#fadd7d #7d9afa

#fadd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd7d Color CSS Codes

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

#fadd7d Text Font Color

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

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


#fadd7d Background Color

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

This div background color is #fadd7d


#fadd7d Border Color

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

This div border color is #fadd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd7d


Comments

No comments written yet.

Please login to write comment.