Color Hex Logo

#fadb89 Color Hex

#FADB89
(250,219,137)
0 Favorites   0 Comments

Color spaces of #fadb89

RGB 250219137
HSL0.120.920.76
HSV44°45°98°
CMYK 0.000.120.45   0.02
XYZ69.271272.793234.0664
Yxy72.79320.39330.4133
Hunter Lab85.3189-4.382436.0498
CIE-Lab88.34900.180844.1374

#fadb89 color RGB value is (250,219,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10001001
Octal 372 333 211
Decimal 250 219 137
Hex FA DB 89

RGB Percentages of Color #fadb89

%41.25
%36.14
%22.61

CMYK Percentages of Color #fadb89

%0
%12
%45
%2

Triadic Colors of #fadb89

#fadb89 #89fadb #db89fa

Analogous Colors of #fadb89

#fadb89 #e1fa89 #faa389

Monochromatic Colors of #fadb89

#fadb89

Complementary Color

#fadb89 #89a8fa

#fadb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb89 Color CSS Codes

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

#fadb89 Text Font Color

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

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


#fadb89 Background Color

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

This div background color is #fadb89


#fadb89 Border Color

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

This div border color is #fadb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb89


Comments

No comments written yet.

Please login to write comment.