Color Hex Logo

#fae99d Color Hex

#FAE99D
(250,233,157)
0 Favorites   0 Comments

Color spaces of #fae99d

RGB 250233157
HSL0.140.900.80
HSV49°37°98°
CMYK 0.000.070.37   0.02
XYZ74.649181.036143.6054
Yxy81.03610.37460.4066
Hunter Lab90.0201-9.514034.2942
CIE-Lab92.1478-4.837939.0415

#fae99d color RGB value is (250,233,157).

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

The process color (four color CMYK) of #fae99d color hex is 0.00, 0.07, 0.37, 0.02. Web safe color of #fae99d is #ffff99. Color #fae99d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 10011101
Octal 372 351 235
Decimal 250 233 157
Hex FA E9 9D

RGB Percentages of Color #fae99d

%39.06
%36.41
%24.53

CMYK Percentages of Color #fae99d

%0
%7
%37
%2

Triadic Colors of #fae99d

#fae99d #9dfae9 #e99dfa

Analogous Colors of #fae99d

#fae99d #ddfa9d #fabb9d

Monochromatic Colors of #fae99d

#fae99d

Complementary Color

#fae99d #9daefa

#fae99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae99d Color CSS Codes

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

#fae99d Text Font Color

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

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


#fae99d Background Color

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

This div background color is #fae99d


#fae99d Border Color

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

This div border color is #fae99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae99d

Related Colors


Comments

No comments written yet.

Please login to write comment.