Color Hex Logo

#fadb82 Color Hex

#FADB82
(250,219,130)
0 Favorites   0 Comments

Color spaces of #fadb82

RGB 250219130
HSL0.120.920.75
HSV45°48°98°
CMYK 0.000.120.48   0.02
XYZ68.785172.598731.5067
Yxy72.59870.39790.4199
Hunter Lab85.2049-5.007137.7194
CIE-Lab88.2560-0.473347.4666

#fadb82 color RGB value is (250,219,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10000010
Octal 372 333 202
Decimal 250 219 130
Hex FA DB 82

RGB Percentages of Color #fadb82

%41.74
%36.56
%21.70

CMYK Percentages of Color #fadb82

%0
%12
%48
%2

Triadic Colors of #fadb82

#fadb82 #82fadb #db82fa

Analogous Colors of #fadb82

#fadb82 #ddfa82 #fa9f82

Monochromatic Colors of #fadb82

#fadb82

Complementary Color

#fadb82 #82a1fa

#fadb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb82 Color CSS Codes

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

#fadb82 Text Font Color

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

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


#fadb82 Background Color

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

This div background color is #fadb82


#fadb82 Border Color

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

This div border color is #fadb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb82


Comments

No comments written yet.

Please login to write comment.