Color Hex Logo

#faea9f Color Hex

#FAEA9F
(250,234,159)
0 Favorites   0 Comments

Color spaces of #faea9f

RGB 250234159
HSL0.140.900.80
HSV49°36°98°
CMYK 0.000.060.36   0.02
XYZ75.105281.672844.6069
Yxy81.67280.37290.4056
Hunter Lab90.3730-9.808933.9964
CIE-Lab92.4303-5.117938.4085

#faea9f color RGB value is (250,234,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10011111
Octal 372 352 237
Decimal 250 234 159
Hex FA EA 9F

RGB Percentages of Color #faea9f

%38.88
%36.39
%24.73

CMYK Percentages of Color #faea9f

%0
%6
%36
%2

Triadic Colors of #faea9f

#faea9f #9ffaea #ea9ffa

Analogous Colors of #faea9f

#faea9f #ddfa9f #fabd9f

Monochromatic Colors of #faea9f

#faea9f

Complementary Color

#faea9f #9faffa

#faea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea9f Color CSS Codes

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

#faea9f Text Font Color

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

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


#faea9f Background Color

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

This div background color is #faea9f


#faea9f Border Color

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

This div border color is #faea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea9f


Comments

No comments written yet.

Please login to write comment.