Color Hex Logo

#fadd82 Color Hex

#FADD82
(250,221,130)
0 Favorites   0 Comments

Color spaces of #fadd82

RGB 250221130
HSL0.130.920.75
HSV46°48°98°
CMYK 0.000.120.48   0.02
XYZ69.310173.648631.6817
Yxy73.64860.39690.4217
Hunter Lab85.8188-6.020338.1851
CIE-Lab88.7561-1.490048.0845

#fadd82 color RGB value is (250,221,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 10000010
Octal 372 335 202
Decimal 250 221 130
Hex FA DD 82

RGB Percentages of Color #fadd82

%41.60
%36.77
%21.63

CMYK Percentages of Color #fadd82

%0
%12
%48
%2

Triadic Colors of #fadd82

#fadd82 #82fadd #dd82fa

Analogous Colors of #fadd82

#fadd82 #dbfa82 #faa182

Monochromatic Colors of #fadd82

#fadd82

Complementary Color

#fadd82 #829ffa

#fadd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd82 Color CSS Codes

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

#fadd82 Text Font Color

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

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


#fadd82 Background Color

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

This div background color is #fadd82


#fadd82 Border Color

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

This div border color is #fadd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd82

#fadd82 Color Palettes


Comments

No comments written yet.

Please login to write comment.