Color Hex Logo

#fae998 Color Hex

#FAE998
(250,233,152)
0 Favorites   0 Comments

Color spaces of #fae998

RGB 250233152
HSL0.140.910.79
HSV50°39°98°
CMYK 0.000.070.39   0.02
XYZ74.230880.868841.4026
Yxy80.86880.37780.4115
Hunter Lab89.9271-10.028635.6517
CIE-Lab92.0733-5.380241.4385

#fae998 color RGB value is (250,233,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 10011000
Octal 372 351 230
Decimal 250 233 152
Hex FA E9 98

RGB Percentages of Color #fae998

%39.37
%36.69
%23.94

CMYK Percentages of Color #fae998

%0
%7
%39
%2

Triadic Colors of #fae998

#fae998 #98fae9 #e998fa

Analogous Colors of #fae998

#fae998 #dafa98 #fab898

Monochromatic Colors of #fae998

#fae998

Complementary Color

#fae998 #98a9fa

#fae998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae998 Color CSS Codes

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

#fae998 Text Font Color

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

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


#fae998 Background Color

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

This div background color is #fae998


#fae998 Border Color

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

This div border color is #fae998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae998


Comments

No comments written yet.

Please login to write comment.