Color Hex Logo

#faeea0 Color Hex

#FAEEA0
(250,238,160)
0 Favorites   0 Comments

Color spaces of #faeea0

RGB 250238160
HSL0.140.900.80
HSV52°36°98°
CMYK 0.000.050.36   0.02
XYZ76.344084.011145.4497
Yxy84.01110.37100.4082
Hunter Lab91.6576-11.723434.7605
CIE-Lab93.4553-7.008739.2462

#faeea0 color RGB value is (250,238,160).

#faeea0 hex color red value is 250, green value is 238 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #faeea0 hue: 0.14 , saturation: 0.90 and the lightness value of faeea0 is 0.80.

The process color (four color CMYK) of #faeea0 color hex is 0.00, 0.05, 0.36, 0.02. Web safe color of #faeea0 is #ffff99. Color #faeea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 10100000
Octal 372 356 240
Decimal 250 238 160
Hex FA EE A0

RGB Percentages of Color #faeea0

%38.58
%36.73
%24.69

CMYK Percentages of Color #faeea0

%0
%5
%36
%2

Triadic Colors of #faeea0

#faeea0 #a0faee #eea0fa

Analogous Colors of #faeea0

#faeea0 #d9faa0 #fac1a0

Monochromatic Colors of #faeea0

#faeea0

Complementary Color

#faeea0 #a0acfa

#faeea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeea0 Color CSS Codes

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

#faeea0 Text Font Color

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

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


#faeea0 Background Color

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

This div background color is #faeea0


#faeea0 Border Color

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

This div border color is #faeea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeea0


Comments

No comments written yet.

Please login to write comment.