Color Hex Logo

#faef7f Color Hex

#FAEF7F
(250,239,127)
0 Favorites   0 Comments

Color spaces of #faef7f

RGB 250239127
HSL0.150.920.74
HSV55°49°98°
CMYK 0.000.040.49   0.02
XYZ74.121683.589332.3064
Yxy83.58930.39010.4399
Hunter Lab91.4272-15.284543.0485
CIE-Lab93.2718-10.772255.0047

#faef7f color RGB value is (250,239,127).

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

The process color (four color CMYK) of #faef7f color hex is 0.00, 0.04, 0.49, 0.02. Web safe color of #faef7f is #ffff66. Color #faef7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01111111
Octal 372 357 177
Decimal 250 239 127
Hex FA EF 7F

RGB Percentages of Color #faef7f

%40.58
%38.80
%20.62

CMYK Percentages of Color #faef7f

%0
%4
%49
%2

Triadic Colors of #faef7f

#faef7f #7ffaef #ef7ffa

Analogous Colors of #faef7f

#faef7f #c8fa7f #fab27f

Monochromatic Colors of #faef7f

#faef7f

Complementary Color

#faef7f #7f8afa

#faef7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef7f Color CSS Codes

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

#faef7f Text Font Color

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

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


#faef7f Background Color

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

This div background color is #faef7f


#faef7f Border Color

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

This div border color is #faef7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef7f


Comments

No comments written yet.

Please login to write comment.