Color Hex Logo

#fae975 Color Hex

#FAE975
(250,233,117)
0 Favorites   0 Comments

Color spaces of #fae975

RGB 250233117
HSL0.150.930.72
HSV52°53°98°
CMYK 0.000.070.53   0.02
XYZ71.774179.886228.4663
Yxy79.88620.39850.4435
Hunter Lab89.3791-13.072543.6821
CIE-Lab91.6338-8.622557.6903

#fae975 color RGB value is (250,233,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01110101
Octal 372 351 165
Decimal 250 233 117
Hex FA E9 75

RGB Percentages of Color #fae975

%41.67
%38.83
%19.50

CMYK Percentages of Color #fae975

%0
%7
%53
%2

Triadic Colors of #fae975

#fae975 #75fae9 #e975fa

Analogous Colors of #fae975

#fae975 #c9fa75 #faa775

Monochromatic Colors of #fae975

#fae975

Complementary Color

#fae975 #7586fa

#fae975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae975 Color CSS Codes

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

#fae975 Text Font Color

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

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


#fae975 Background Color

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

This div background color is #fae975


#fae975 Border Color

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

This div border color is #fae975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae975


Comments

No comments written yet.

Please login to write comment.