Color Hex Logo

#fae487 Color Hex

#FAE487
(250,228,135)
0 Favorites   0 Comments

Color spaces of #fae487

RGB 250228135
HSL0.130.920.75
HSV49°46°98°
CMYK 0.000.090.46   0.02
XYZ71.540977.560134.1217
Yxy77.56010.39050.4233
Hunter Lab88.0682-9.117638.6761
CIE-Lab90.5788-4.568847.9084

#fae487 color RGB value is (250,228,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10000111
Octal 372 344 207
Decimal 250 228 135
Hex FA E4 87

RGB Percentages of Color #fae487

%40.78
%37.19
%22.02

CMYK Percentages of Color #fae487

%0
%9
%46
%2

Triadic Colors of #fae487

#fae487 #87fae4 #e487fa

Analogous Colors of #fae487

#fae487 #d7fa87 #faab87

Monochromatic Colors of #fae487

#fae487

Complementary Color

#fae487 #879dfa

#fae487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae487 Color CSS Codes

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

#fae487 Text Font Color

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

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


#fae487 Background Color

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

This div background color is #fae487


#fae487 Border Color

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

This div border color is #fae487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae487


Comments

No comments written yet.

Please login to write comment.