Color Hex Logo

#fae799 Color Hex

#FAE799
(250,231,153)
0 Favorites   0 Comments

Color spaces of #fae799

RGB 250231153
HSL0.130.910.79
HSV48°39°98°
CMYK 0.000.080.39   0.02
XYZ73.750079.775741.6482
Yxy79.77570.37790.4087
Hunter Lab89.3172-8.916234.8754
CIE-Lab91.5841-4.268040.3092

#fae799 color RGB value is (250,231,153).

#fae799 hex color red value is 250, green value is 231 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fae799 hue: 0.13 , saturation: 0.91 and the lightness value of fae799 is 0.79.

The process color (four color CMYK) of #fae799 color hex is 0.00, 0.08, 0.39, 0.02. Web safe color of #fae799 is #ffff99. Color #fae799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10011001
Octal 372 347 231
Decimal 250 231 153
Hex FA E7 99

RGB Percentages of Color #fae799

%39.43
%36.44
%24.13

CMYK Percentages of Color #fae799

%0
%8
%39
%2

Triadic Colors of #fae799

#fae799 #99fae7 #e799fa

Analogous Colors of #fae799

#fae799 #ddfa99 #fab799

Monochromatic Colors of #fae799

#fae799

Complementary Color

#fae799 #99acfa

#fae799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae799 Color CSS Codes

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

#fae799 Text Font Color

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

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


#fae799 Background Color

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

This div background color is #fae799


#fae799 Border Color

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

This div border color is #fae799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae799


Comments

No comments written yet.

Please login to write comment.