Color Hex Logo

#fae54d Color Hex

#FAE54D
(250,229,77)
0 Favorites   0 Comments

Color spaces of #fae54d

RGB 25022977
HSL0.150.950.64
HSV53°69°98°
CMYK 0.000.080.69   0.02
XYZ68.783276.898418.2388
Yxy76.89840.41960.4691
Hunter Lab87.6917-13.449649.0526
CIE-Lab90.2748-9.179472.9833

#fae54d color RGB value is (250,229,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01001101
Octal 372 345 115
Decimal 250 229 77
Hex FA E5 4D

RGB Percentages of Color #fae54d

%44.96
%41.19
%13.85

CMYK Percentages of Color #fae54d

%0
%8
%69
%2

Triadic Colors of #fae54d

#fae54d #4dfae5 #e54dfa

Analogous Colors of #fae54d

#fae54d #b9fa4d #fa8f4d

Monochromatic Colors of #fae54d

#fae54d

Complementary Color

#fae54d #4d62fa

#fae54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae54d Color CSS Codes

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

#fae54d Text Font Color

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

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


#fae54d Background Color

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

This div background color is #fae54d


#fae54d Border Color

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

This div border color is #fae54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae54d

Related Colors


Comments

No comments written yet.

Please login to write comment.