Color Hex Logo

#fad8ae Color Hex

#FAD8AE
(250,216,174)
0 Favorites   0 Comments

Color spaces of #fad8ae

RGB 250216174
HSL0.090.880.83
HSV33°30°98°
CMYK 0.000.140.30   0.02
XYZ71.620272.491750.2619
Yxy72.49170.36850.3729
Hunter Lab85.14211.152924.5988
CIE-Lab88.20475.832225.0941

#fad8ae color RGB value is (250,216,174).

#fad8ae hex color red value is 250, green value is 216 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fad8ae hue: 0.09 , saturation: 0.88 and the lightness value of fad8ae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10101110
Octal 372 330 256
Decimal 250 216 174
Hex FA D8 AE

RGB Percentages of Color #fad8ae

%39.06
%33.75
%27.19

CMYK Percentages of Color #fad8ae

%0
%14
%30
%2

Triadic Colors of #fad8ae

#fad8ae #aefad8 #d8aefa

Analogous Colors of #fad8ae

#fad8ae #f6faae #fab2ae

Monochromatic Colors of #fad8ae

#fad8ae

Complementary Color

#fad8ae #aed0fa

#fad8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8ae Color CSS Codes

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

#fad8ae Text Font Color

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

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


#fad8ae Background Color

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

This div background color is #fad8ae


#fad8ae Border Color

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

This div border color is #fad8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8ae


Comments

No comments written yet.

Please login to write comment.