Color Hex Logo

#fae589 Color Hex

#FAE589
(250,229,137)
0 Favorites   0 Comments

Color spaces of #fae589

RGB 250229137
HSL0.140.920.76
HSV49°45°98°
CMYK 0.000.080.45   0.02
XYZ71.959078.168834.9623
Yxy78.16880.38880.4223
Hunter Lab88.4131-9.442738.4434
CIE-Lab90.8569-4.883147.2814

#fae589 color RGB value is (250,229,137).

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

The process color (four color CMYK) of #fae589 color hex is 0.00, 0.08, 0.45, 0.02. Web safe color of #fae589 is #ffcc99. Color #fae589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 10001001
Octal 372 345 211
Decimal 250 229 137
Hex FA E5 89

RGB Percentages of Color #fae589

%40.58
%37.18
%22.24

CMYK Percentages of Color #fae589

%0
%8
%45
%2

Triadic Colors of #fae589

#fae589 #89fae5 #e589fa

Analogous Colors of #fae589

#fae589 #d7fa89 #faad89

Monochromatic Colors of #fae589

#fae589

Complementary Color

#fae589 #899efa

#fae589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae589 Color CSS Codes

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

#fae589 Text Font Color

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

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


#fae589 Background Color

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

This div background color is #fae589


#fae589 Border Color

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

This div border color is #fae589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae589


Comments

No comments written yet.

Please login to write comment.