Color Hex Logo

#fae94f Color Hex

#FAE94F
(250,233,79)
0 Favorites   0 Comments

Color spaces of #fae94f

RGB 25023379
HSL0.150.940.65
HSV54°68°98°
CMYK 0.000.070.68   0.02
XYZ69.974579.166318.9897
Yxy79.16630.41620.4709
Hunter Lab88.9754-15.326249.6288
CIE-Lab91.3095-11.062373.2745

#fae94f color RGB value is (250,233,79).

#fae94f hex color red value is 250, green value is 233 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fae94f hue: 0.15 , saturation: 0.94 and the lightness value of fae94f is 0.65.

The process color (four color CMYK) of #fae94f color hex is 0.00, 0.07, 0.68, 0.02. Web safe color of #fae94f is #ffff66. Color #fae94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01001111
Octal 372 351 117
Decimal 250 233 79
Hex FA E9 4F

RGB Percentages of Color #fae94f

%44.48
%41.46
%14.06

CMYK Percentages of Color #fae94f

%0
%7
%68
%2

Triadic Colors of #fae94f

#fae94f #4ffae9 #e94ffa

Analogous Colors of #fae94f

#fae94f #b6fa4f #fa944f

Monochromatic Colors of #fae94f

#fae94f

Complementary Color

#fae94f #4f60fa

#fae94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae94f Color CSS Codes

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

#fae94f Text Font Color

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

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


#fae94f Background Color

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

This div background color is #fae94f


#fae94f Border Color

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

This div border color is #fae94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae94f


Comments

No comments written yet.

Please login to write comment.