Color Hex Logo

#fadb9f Color Hex

#FADB9F
(250,219,159)
0 Favorites   0 Comments

Color spaces of #fadb9f

RGB 250219159
HSL0.110.900.80
HSV40°36°98°
CMYK 0.000.120.36   0.02
XYZ71.013973.490243.2431
Yxy73.49020.37820.3914
Hunter Lab85.7264-2.155730.1008
CIE-Lab88.68102.491933.4738

#fadb9f color RGB value is (250,219,159).

#fadb9f hex color red value is 250, green value is 219 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fadb9f hue: 0.11 , saturation: 0.90 and the lightness value of fadb9f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10011111
Octal 372 333 237
Decimal 250 219 159
Hex FA DB 9F

RGB Percentages of Color #fadb9f

%39.81
%34.87
%25.32

CMYK Percentages of Color #fadb9f

%0
%12
%36
%2

Triadic Colors of #fadb9f

#fadb9f #9ffadb #db9ffa

Analogous Colors of #fadb9f

#fadb9f #ecfa9f #faae9f

Monochromatic Colors of #fadb9f

#fadb9f

Complementary Color

#fadb9f #9fbefa

#fadb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb9f Color CSS Codes

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

#fadb9f Text Font Color

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

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


#fadb9f Background Color

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

This div background color is #fadb9f


#fadb9f Border Color

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

This div border color is #fadb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb9f

#fadb9f Color Palettes


Comments

No comments written yet.

Please login to write comment.