Color Hex Logo

#fadb80 Color Hex

#FADB80
(250,219,128)
0 Favorites   0 Comments

Color spaces of #fadb80

RGB 250219128
HSL0.120.920.74
HSV45°49°98°
CMYK 0.000.120.49   0.02
XYZ68.652172.545530.8064
Yxy72.54550.39910.4218
Hunter Lab85.1736-5.178438.1770
CIE-Lab88.2305-0.653048.4101

#fadb80 color RGB value is (250,219,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10000000
Octal 372 333 200
Decimal 250 219 128
Hex FA DB 80

RGB Percentages of Color #fadb80

%41.88
%36.68
%21.44

CMYK Percentages of Color #fadb80

%0
%12
%49
%2

Triadic Colors of #fadb80

#fadb80 #80fadb #db80fa

Analogous Colors of #fadb80

#fadb80 #dcfa80 #fa9e80

Monochromatic Colors of #fadb80

#fadb80

Complementary Color

#fadb80 #809ffa

#fadb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb80 Color CSS Codes

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

#fadb80 Text Font Color

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

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


#fadb80 Background Color

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

This div background color is #fadb80


#fadb80 Border Color

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

This div border color is #fadb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb80


Comments

No comments written yet.

Please login to write comment.