color codes Logo

#fad19c color codes

#FAD19C
(250,209,156)
0 Favorites   0 Comments

Color spaces of #fad19c

RGB 250209156
HSL0.090.900.80
HSV34°38°98°
CMYK 0.000.160.38   0.02
XYZ68.225668.325241.0447
Yxy68.32520.38420.3847
Hunter Lab82.65912.678028.4206
CIE-Lab86.16887.302731.6771

#fad19c color RGB value is (250,209,156).

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

The process color (four color CMYK) of #fad19c color code is 0.00, 0.16, 0.38, 0.02. Web safe color of #fad19c is #ffcc99. Color #fad19c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 10011100
Octal 372 321 234
Decimal 250 209 156
Hex FA D1 9C

RGB Percentages of Color #fad19c

%40.65
%33.98
%25.37

CMYK Percentages of Color #fad19c

%0
%16
%38
%2

Triadic Colors of #fad19c

#fad19c #9cfad1 #d19cfa

Analogous Colors of #fad19c

#fad19c #f4fa9c #faa29c

Monochromatic Colors of #fad19c

#fad19c

Complementary Color

#fad19c #9cc5fa

#fad19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad19c Color CSS Codes

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

#fad19c Text Font Color

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

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


#fad19c Background Color

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

This div background color is #fad19c


#fad19c Border Color

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

This div border color is #fad19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad19c

Related Colors


Comments

No comments written yet.

Please login to write comment.