Color Hex Logo

#fae54e Color Hex

#FAE54E
(250,229,78)
0 Favorites   0 Comments

Color spaces of #fae54e

RGB 25022978
HSL0.150.950.64
HSV53°69°98°
CMYK 0.000.080.69   0.02
XYZ68.818876.912718.4262
Yxy76.91270.41920.4685
Hunter Lab87.6999-13.404448.9328
CIE-Lab90.2814-9.130472.6183

#fae54e color RGB value is (250,229,78).

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

The process color (four color CMYK) of #fae54e color hex is 0.00, 0.08, 0.69, 0.02. Web safe color of #fae54e is #ffcc66. Color #fae54e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01001110
Octal 372 345 116
Decimal 250 229 78
Hex FA E5 4E

RGB Percentages of Color #fae54e

%44.88
%41.11
%14.00

CMYK Percentages of Color #fae54e

%0
%8
%69
%2

Triadic Colors of #fae54e

#fae54e #4efae5 #e54efa

Analogous Colors of #fae54e

#fae54e #b9fa4e #fa8f4e

Monochromatic Colors of #fae54e

#fae54e

Complementary Color

#fae54e #4e63fa

#fae54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae54e Color CSS Codes

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

#fae54e Text Font Color

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

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


#fae54e Background Color

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

This div background color is #fae54e


#fae54e Border Color

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

This div border color is #fae54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae54e


Comments

No comments written yet.

Please login to write comment.