Color Hex Logo

#fad19f Color Hex

#FAD19F
(250,209,159)
0 Favorites   0 Comments

Color spaces of #fad19f

RGB 250209159
HSL0.090.900.80
HSV33°36°98°
CMYK 0.000.160.36   0.02
XYZ68.482868.428142.3994
Yxy68.42810.38190.3816
Hunter Lab82.72133.013327.5154
CIE-Lab86.22017.643630.1932

#fad19f color RGB value is (250,209,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 10011111
Octal 372 321 237
Decimal 250 209 159
Hex FA D1 9F

RGB Percentages of Color #fad19f

%40.45
%33.82
%25.73

CMYK Percentages of Color #fad19f

%0
%16
%36
%2

Triadic Colors of #fad19f

#fad19f #9ffad1 #d19ffa

Analogous Colors of #fad19f

#fad19f #f6fa9f #faa49f

Monochromatic Colors of #fad19f

#fad19f

Complementary Color

#fad19f #9fc8fa

#fad19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad19f Color CSS Codes

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

#fad19f Text Font Color

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

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


#fad19f Background Color

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

This div background color is #fad19f


#fad19f Border Color

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

This div border color is #fad19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad19f


Comments

No comments written yet.

Please login to write comment.