Color Hex Logo

#fae189 Color Hex

#FAE189
(250,225,137)
0 Favorites   0 Comments

Color spaces of #fae189

RGB 250225137
HSL0.130.920.76
HSV47°45°98°
CMYK 0.000.100.45   0.02
XYZ70.864975.980634.5976
Yxy75.98060.39060.4188
Hunter Lab87.1669-7.425137.4839
CIE-Lab89.8503-2.866046.0238

#fae189 color RGB value is (250,225,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10001001
Octal 372 341 211
Decimal 250 225 137
Hex FA E1 89

RGB Percentages of Color #fae189

%40.85
%36.76
%22.39

CMYK Percentages of Color #fae189

%0
%10
%45
%2

Triadic Colors of #fae189

#fae189 #89fae1 #e189fa

Analogous Colors of #fae189

#fae189 #dbfa89 #faa989

Monochromatic Colors of #fae189

#fae189

Complementary Color

#fae189 #89a2fa

#fae189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae189 Color CSS Codes

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

#fae189 Text Font Color

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

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


#fae189 Background Color

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

This div background color is #fae189


#fae189 Border Color

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

This div border color is #fae189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae189


Comments

No comments written yet.

Please login to write comment.