Color Hex Logo

#fae973 Color Hex

#FAE973
(250,233,115)
0 Favorites   0 Comments

Color spaces of #fae973

RGB 250233115
HSL0.150.930.72
HSV52°54°98°
CMYK 0.000.070.54   0.02
XYZ71.657879.839627.8535
Yxy79.83960.39950.4452
Hunter Lab89.3530-13.217444.0650
CIE-Lab91.6128-8.778358.5785

#fae973 color RGB value is (250,233,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01110011
Octal 372 351 163
Decimal 250 233 115
Hex FA E9 73

RGB Percentages of Color #fae973

%41.81
%38.96
%19.23

CMYK Percentages of Color #fae973

%0
%7
%54
%2

Triadic Colors of #fae973

#fae973 #73fae9 #e973fa

Analogous Colors of #fae973

#fae973 #c8fa73 #faa673

Monochromatic Colors of #fae973

#fae973

Complementary Color

#fae973 #7384fa

#fae973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae973 Color CSS Codes

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

#fae973 Text Font Color

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

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


#fae973 Background Color

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

This div background color is #fae973


#fae973 Border Color

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

This div border color is #fae973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae973

Related Colors


Comments

No comments written yet.

Please login to write comment.