Color Hex Logo

#fad18d Color Hex

#FAD18D
(250,209,141)
0 Favorites   0 Comments

Color spaces of #fad18d

RGB 250209141
HSL0.100.920.77
HSV37°44°98°
CMYK 0.000.160.44   0.02
XYZ67.032567.848034.7623
Yxy67.84800.39510.3999
Hunter Lab82.36991.115732.6370
CIE-Lab85.93045.705339.0491

#fad18d color RGB value is (250,209,141).

#fad18d hex color red value is 250, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fad18d hue: 0.10 , saturation: 0.92 and the lightness value of fad18d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 10001101
Octal 372 321 215
Decimal 250 209 141
Hex FA D1 8D

RGB Percentages of Color #fad18d

%41.67
%34.83
%23.50

CMYK Percentages of Color #fad18d

%0
%16
%44
%2

Triadic Colors of #fad18d

#fad18d #8dfad1 #d18dfa

Analogous Colors of #fad18d

#fad18d #edfa8d #fa9b8d

Monochromatic Colors of #fad18d

#fad18d

Complementary Color

#fad18d #8db6fa

#fad18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad18d Color CSS Codes

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

#fad18d Text Font Color

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

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


#fad18d Background Color

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

This div background color is #fad18d


#fad18d Border Color

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

This div border color is #fad18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad18d


Comments

No comments written yet.

Please login to write comment.