Color Hex Logo

#fae486 Color Hex

#FAE486
(250,228,134)
0 Favorites   0 Comments

Color spaces of #fae486

RGB 250228134
HSL0.140.920.75
HSV49°46°98°
CMYK 0.000.090.46   0.02
XYZ71.470877.532033.7525
Yxy77.53200.39110.4242
Hunter Lab88.0523-9.205538.9093
CIE-Lab90.5659-4.661948.3780

#fae486 color RGB value is (250,228,134).

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

The process color (four color CMYK) of #fae486 color hex is 0.00, 0.09, 0.46, 0.02. Web safe color of #fae486 is #ffcc99. Color #fae486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10000110
Octal 372 344 206
Decimal 250 228 134
Hex FA E4 86

RGB Percentages of Color #fae486

%40.85
%37.25
%21.90

CMYK Percentages of Color #fae486

%0
%9
%46
%2

Triadic Colors of #fae486

#fae486 #86fae4 #e486fa

Analogous Colors of #fae486

#fae486 #d6fa86 #faaa86

Monochromatic Colors of #fae486

#fae486

Complementary Color

#fae486 #869cfa

#fae486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae486 Color CSS Codes

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

#fae486 Text Font Color

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

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


#fae486 Background Color

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

This div background color is #fae486


#fae486 Border Color

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

This div border color is #fae486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,228,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 #fae486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae486


Comments

No comments written yet.

Please login to write comment.