Color Hex Logo

#faef8f Color Hex

#FAEF8F
(250,239,143)
0 Favorites   0 Comments

Color spaces of #faef8f

RGB 250239143
HSL0.150.910.77
HSV54°43°98°
CMYK 0.000.040.43   0.02
XYZ75.248884.040238.2419
Yxy84.04020.38090.4255
Hunter Lab91.6734-13.909439.4384
CIE-Lab93.4680-9.296447.6283

#faef8f color RGB value is (250,239,143).

#faef8f hex color red value is 250, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #faef8f hue: 0.15 , saturation: 0.91 and the lightness value of faef8f is 0.77.

The process color (four color CMYK) of #faef8f color hex is 0.00, 0.04, 0.43, 0.02. Web safe color of #faef8f is #ffff99. Color #faef8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 10001111
Octal 372 357 217
Decimal 250 239 143
Hex FA EF 8F

RGB Percentages of Color #faef8f

%39.56
%37.82
%22.63

CMYK Percentages of Color #faef8f

%0
%4
%43
%2

Triadic Colors of #faef8f

#faef8f #8ffaef #ef8ffa

Analogous Colors of #faef8f

#faef8f #d0fa8f #faba8f

Monochromatic Colors of #faef8f

#faef8f

Complementary Color

#faef8f #8f9afa

#faef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef8f Color CSS Codes

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

#faef8f Text Font Color

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

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


#faef8f Background Color

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

This div background color is #faef8f


#faef8f Border Color

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

This div border color is #faef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef8f


Comments

No comments written yet.

Please login to write comment.