Color Hex Logo

#faeea5 Color Hex

#FAEEA5
(250,238,165)
0 Favorites   0 Comments

Color spaces of #faeea5

RGB 250238165
HSL0.140.890.81
HSV52°34°98°
CMYK 0.000.050.34   0.02
XYZ76.790484.189747.8003
Yxy84.18970.36780.4032
Hunter Lab91.7549-11.183233.3410
CIE-Lab93.5328-6.438636.8462

#faeea5 color RGB value is (250,238,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 10100101
Octal 372 356 245
Decimal 250 238 165
Hex FA EE A5

RGB Percentages of Color #faeea5

%38.28
%36.45
%25.27

CMYK Percentages of Color #faeea5

%0
%5
%34
%2

Triadic Colors of #faeea5

#faeea5 #a5faee #eea5fa

Analogous Colors of #faeea5

#faeea5 #dcfaa5 #fac4a5

Monochromatic Colors of #faeea5

#faeea5

Complementary Color

#faeea5 #a5b1fa

#faeea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeea5 Color CSS Codes

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

#faeea5 Text Font Color

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

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


#faeea5 Background Color

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

This div background color is #faeea5


#faeea5 Border Color

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

This div border color is #faeea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeea5


Comments

No comments written yet.

Please login to write comment.