Color Hex Logo

#fad88d Color Hex

#FAD88D
(250,216,141)
0 Favorites   0 Comments

Color spaces of #fad88d

RGB 250216141
HSL0.110.920.77
HSV41°44°98°
CMYK 0.000.140.44   0.02
XYZ68.787971.358835.3474
Yxy71.35880.39200.4066
Hunter Lab84.4741-2.475934.3226
CIE-Lab87.65902.105841.2669

#fad88d color RGB value is (250,216,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10001101
Octal 372 330 215
Decimal 250 216 141
Hex FA D8 8D

RGB Percentages of Color #fad88d

%41.19
%35.58
%23.23

CMYK Percentages of Color #fad88d

%0
%14
%44
%2

Triadic Colors of #fad88d

#fad88d #8dfad8 #d88dfa

Analogous Colors of #fad88d

#fad88d #e6fa8d #faa28d

Monochromatic Colors of #fad88d

#fad88d

Complementary Color

#fad88d #8daffa

#fad88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad88d Color CSS Codes

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

#fad88d Text Font Color

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

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


#fad88d Background Color

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

This div background color is #fad88d


#fad88d Border Color

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

This div border color is #fad88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad88d


Comments

No comments written yet.

Please login to write comment.