Color Hex Logo

#fad19d Color Hex

#FAD19D
(250,209,157)
0 Favorites   0 Comments

Color spaces of #fad19d

RGB 250209157
HSL0.090.900.80
HSV34°37°98°
CMYK 0.000.160.37   0.02
XYZ68.310668.359241.4926
Yxy68.35920.38340.3837
Hunter Lab82.67962.788928.1212
CIE-Lab86.18577.415531.1827

#fad19d color RGB value is (250,209,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 10011101
Octal 372 321 235
Decimal 250 209 157
Hex FA D1 9D

RGB Percentages of Color #fad19d

%40.58
%33.93
%25.49

CMYK Percentages of Color #fad19d

%0
%16
%37
%2

Triadic Colors of #fad19d

#fad19d #9dfad1 #d19dfa

Analogous Colors of #fad19d

#fad19d #f5fa9d #faa39d

Monochromatic Colors of #fad19d

#fad19d

Complementary Color

#fad19d #9dc6fa

#fad19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad19d Color CSS Codes

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

#fad19d Text Font Color

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

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


#fad19d Background Color

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

This div background color is #fad19d


#fad19d Border Color

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

This div border color is #fad19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad19d


Comments

No comments written yet.

Please login to write comment.