Color Hex Logo

#fae986 Color Hex

#FAE986
(250,233,134)
0 Favorites   0 Comments

Color spaces of #fae986

RGB 250233134
HSL0.140.920.75
HSV51°46°98°
CMYK 0.000.070.46   0.02
XYZ72.866380.323134.2177
Yxy80.32310.38880.4286
Hunter Lab89.6232-11.714740.0996
CIE-Lab91.8296-7.168849.9378

#fae986 color RGB value is (250,233,134).

#fae986 hex color red value is 250, green value is 233 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fae986 hue: 0.14 , saturation: 0.92 and the lightness value of fae986 is 0.75.

The process color (four color CMYK) of #fae986 color hex is 0.00, 0.07, 0.46, 0.02. Web safe color of #fae986 is #ffff99. Color #fae986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 10000110
Octal 372 351 206
Decimal 250 233 134
Hex FA E9 86

RGB Percentages of Color #fae986

%40.52
%37.76
%21.72

CMYK Percentages of Color #fae986

%0
%7
%46
%2

Triadic Colors of #fae986

#fae986 #86fae9 #e986fa

Analogous Colors of #fae986

#fae986 #d1fa86 #faaf86

Monochromatic Colors of #fae986

#fae986

Complementary Color

#fae986 #8697fa

#fae986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae986 Color CSS Codes

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

#fae986 Text Font Color

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

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


#fae986 Background Color

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

This div background color is #fae986


#fae986 Border Color

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

This div border color is #fae986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae986

Related Colors


Comments

No comments written yet.

Please login to write comment.