Color Hex Logo

#fad89e Color Hex

#FAD89E
(250,216,158)
0 Favorites   0 Comments

Color spaces of #fad89e

RGB 250216158
HSL0.110.900.80
HSV38°37°98°
CMYK 0.000.140.37   0.02
XYZ70.151871.904342.5293
Yxy71.90430.38010.3895
Hunter Lab84.7964-0.721229.6208
CIE-Lab87.92253.917732.9794

#fad89e color RGB value is (250,216,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10011110
Octal 372 330 236
Decimal 250 216 158
Hex FA D8 9E

RGB Percentages of Color #fad89e

%40.06
%34.62
%25.32

CMYK Percentages of Color #fad89e

%0
%14
%37
%2

Triadic Colors of #fad89e

#fad89e #9efad8 #d89efa

Analogous Colors of #fad89e

#fad89e #eefa9e #faaa9e

Monochromatic Colors of #fad89e

#fad89e

Complementary Color

#fad89e #9ec0fa

#fad89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad89e Color CSS Codes

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

#fad89e Text Font Color

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

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


#fad89e Background Color

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

This div background color is #fad89e


#fad89e Border Color

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

This div border color is #fad89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad89e


Comments

No comments written yet.

Please login to write comment.