Color Hex Logo

#fae84e Color Hex

#FAE84E
(250,232,78)
0 Favorites   0 Comments

Color spaces of #fae84e

RGB 25023278
HSL0.150.950.64
HSV54°69°98°
CMYK 0.000.070.69   0.02
XYZ69.656178.587318.7053
Yxy78.58730.41720.4707
Hunter Lab88.6495-14.880749.5443
CIE-Lab91.0472-10.617773.3830

#fae84e color RGB value is (250,232,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 01001110
Octal 372 350 116
Decimal 250 232 78
Hex FA E8 4E

RGB Percentages of Color #fae84e

%44.64
%41.43
%13.93

CMYK Percentages of Color #fae84e

%0
%7
%69
%2

Triadic Colors of #fae84e

#fae84e #4efae8 #e84efa

Analogous Colors of #fae84e

#fae84e #b6fa4e #fa924e

Monochromatic Colors of #fae84e

#fae84e

Complementary Color

#fae84e #4e60fa

#fae84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae84e Color CSS Codes

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

#fae84e Text Font Color

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

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


#fae84e Background Color

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

This div background color is #fae84e


#fae84e Border Color

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

This div border color is #fae84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae84e

Related Colors


Comments

No comments written yet.

Please login to write comment.