Color Hex Logo

#fae964 Color Hex

#FAE964
(250,233,100)
0 Favorites   0 Comments

Color spaces of #fae964

RGB 250233100
HSL0.150.940.69
HSV53°60°98°
CMYK 0.000.070.60   0.02
XYZ70.863579.521923.6710
Yxy79.52190.40710.4569
Hunter Lab89.1751-14.210246.6844
CIE-Lab91.4699-9.849965.0345

#fae964 color RGB value is (250,233,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01100100
Octal 372 351 144
Decimal 250 233 100
Hex FA E9 64

RGB Percentages of Color #fae964

%42.88
%39.97
%17.15

CMYK Percentages of Color #fae964

%0
%7
%60
%2

Triadic Colors of #fae964

#fae964 #64fae9 #e964fa

Analogous Colors of #fae964

#fae964 #c0fa64 #fa9e64

Monochromatic Colors of #fae964

#fae964

Complementary Color

#fae964 #6475fa

#fae964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae964 Color CSS Codes

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

#fae964 Text Font Color

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

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


#fae964 Background Color

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

This div background color is #fae964


#fae964 Border Color

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

This div border color is #fae964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae964


Comments

No comments written yet.

Please login to write comment.