Color Hex Logo

#fae94a Color Hex

#FAE94A
(250,233,74)
0 Favorites   0 Comments

Color spaces of #fae94a

RGB 25023374
HSL0.150.950.64
HSV54°70°98°
CMYK 0.000.070.70   0.02
XYZ69.799379.096218.0668
Yxy79.09620.41810.4737
Hunter Lab88.9360-15.546750.2108
CIE-Lab91.2778-11.302975.0602

#fae94a color RGB value is (250,233,74).

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

The process color (four color CMYK) of #fae94a color hex is 0.00, 0.07, 0.70, 0.02. Web safe color of #fae94a is #ffff33. Color #fae94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01001010
Octal 372 351 112
Decimal 250 233 74
Hex FA E9 4A

RGB Percentages of Color #fae94a

%44.88
%41.83
%13.29

CMYK Percentages of Color #fae94a

%0
%7
%70
%2

Triadic Colors of #fae94a

#fae94a #4afae9 #e94afa

Analogous Colors of #fae94a

#fae94a #b3fa4a #fa914a

Monochromatic Colors of #fae94a

#fae94a

Complementary Color

#fae94a #4a5bfa

#fae94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae94a Color CSS Codes

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

#fae94a Text Font Color

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

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


#fae94a Background Color

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

This div background color is #fae94a


#fae94a Border Color

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

This div border color is #fae94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae94a

Related Colors


Comments

No comments written yet.

Please login to write comment.