Color Hex Logo

#faea89 Color Hex

#FAEA89
(250,234,137)
0 Favorites   0 Comments

Color spaces of #faea89

RGB 250234137
HSL0.140.920.76
HSV52°45°98°
CMYK 0.000.060.45   0.02
XYZ73.362580.975835.4302
Yxy80.97580.38660.4267
Hunter Lab89.9866-11.952439.6465
CIE-Lab92.1209-7.387948.8525

#faea89 color RGB value is (250,234,137).

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

The process color (four color CMYK) of #faea89 color hex is 0.00, 0.06, 0.45, 0.02. Web safe color of #faea89 is #ffff99. Color #faea89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10001001
Octal 372 352 211
Decimal 250 234 137
Hex FA EA 89

RGB Percentages of Color #faea89

%40.26
%37.68
%22.06

CMYK Percentages of Color #faea89

%0
%6
%45
%2

Triadic Colors of #faea89

#faea89 #89faea #ea89fa

Analogous Colors of #faea89

#faea89 #d2fa89 #fab289

Monochromatic Colors of #faea89

#faea89

Complementary Color

#faea89 #8999fa

#faea89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea89 Color CSS Codes

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

#faea89 Text Font Color

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

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


#faea89 Background Color

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

This div background color is #faea89


#faea89 Border Color

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

This div border color is #faea89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea89


Comments

No comments written yet.

Please login to write comment.