Color Hex Logo

#fae289 Color Hex

#FAE289
(250,226,137)
0 Favorites   0 Comments

Color spaces of #fae289

RGB 250226137
HSL0.130.920.76
HSV47°45°98°
CMYK 0.000.100.45   0.02
XYZ71.136176.522834.6880
Yxy76.52280.39010.4197
Hunter Lab87.4773-7.930037.7234
CIE-Lab90.1015-3.371046.3382

#fae289 color RGB value is (250,226,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10001001
Octal 372 342 211
Decimal 250 226 137
Hex FA E2 89

RGB Percentages of Color #fae289

%40.78
%36.87
%22.35

CMYK Percentages of Color #fae289

%0
%10
%45
%2

Triadic Colors of #fae289

#fae289 #89fae2 #e289fa

Analogous Colors of #fae289

#fae289 #dafa89 #faaa89

Monochromatic Colors of #fae289

#fae289

Complementary Color

#fae289 #89a1fa

#fae289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae289 Color CSS Codes

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

#fae289 Text Font Color

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

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


#fae289 Background Color

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

This div background color is #fae289


#fae289 Border Color

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

This div border color is #fae289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae289


Comments

No comments written yet.

Please login to write comment.