Color Hex Logo

#fad08d Color Hex

#FAD08D
(250,208,141)
0 Favorites   0 Comments

Color spaces of #fad08d

RGB 250208141
HSL0.100.920.77
HSV37°44°98°
CMYK 0.000.170.44   0.02
XYZ66.787967.358834.6808
Yxy67.35880.39560.3990
Hunter Lab82.07241.630932.3969
CIE-Lab85.68486.221838.7326

#fad08d color RGB value is (250,208,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 10001101
Octal 372 320 215
Decimal 250 208 141
Hex FA D0 8D

RGB Percentages of Color #fad08d

%41.74
%34.72
%23.54

CMYK Percentages of Color #fad08d

%0
%17
%44
%2

Triadic Colors of #fad08d

#fad08d #8dfad0 #d08dfa

Analogous Colors of #fad08d

#fad08d #eefa8d #fa9a8d

Monochromatic Colors of #fad08d

#fad08d

Complementary Color

#fad08d #8db7fa

#fad08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad08d Color CSS Codes

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

#fad08d Text Font Color

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

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


#fad08d Background Color

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

This div background color is #fad08d


#fad08d Border Color

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

This div border color is #fad08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad08d


Comments

No comments written yet.

Please login to write comment.