Color Hex Logo

#fae498 Color Hex

#FAE498
(250,228,152)
0 Favorites   0 Comments

Color spaces of #fae498

RGB 250228152
HSL0.130.910.79
HSV47°39°98°
CMYK 0.000.090.39   0.02
XYZ72.835278.077840.9375
Yxy78.07780.37960.4070
Hunter Lab88.3616-7.498034.3844
CIE-Lab90.8154-2.862139.8144

#fae498 color RGB value is (250,228,152).

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

The process color (four color CMYK) of #fae498 color hex is 0.00, 0.09, 0.39, 0.02. Web safe color of #fae498 is #ffcc99. Color #fae498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10011000
Octal 372 344 230
Decimal 250 228 152
Hex FA E4 98

RGB Percentages of Color #fae498

%39.68
%36.19
%24.13

CMYK Percentages of Color #fae498

%0
%9
%39
%2

Triadic Colors of #fae498

#fae498 #98fae4 #e498fa

Analogous Colors of #fae498

#fae498 #dffa98 #fab398

Monochromatic Colors of #fae498

#fae498

Complementary Color

#fae498 #98aefa

#fae498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae498 Color CSS Codes

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

#fae498 Text Font Color

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

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


#fae498 Background Color

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

This div background color is #fae498


#fae498 Border Color

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

This div border color is #fae498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,228,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 #fae498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae498


Comments

No comments written yet.

Please login to write comment.