Color Hex Logo

#faef6f Color Hex

#FAEF6F
(250,239,111)
0 Favorites   0 Comments

Color spaces of #faef6f

RGB 250239111
HSL0.150.930.71
HSV55°56°98°
CMYK 0.000.040.56   0.02
XYZ73.160183.204727.2431
Yxy83.20470.39850.4532
Hunter Lab91.2166-16.463546.1439
CIE-Lab93.1040-12.047462.0837

#faef6f color RGB value is (250,239,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01101111
Octal 372 357 157
Decimal 250 239 111
Hex FA EF 6F

RGB Percentages of Color #faef6f

%41.67
%39.83
%18.50

CMYK Percentages of Color #faef6f

%0
%4
%56
%2

Triadic Colors of #faef6f

#faef6f #6ffaef #ef6ffa

Analogous Colors of #faef6f

#faef6f #c0fa6f #faaa6f

Monochromatic Colors of #faef6f

#faef6f

Complementary Color

#faef6f #6f7afa

#faef6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef6f Color CSS Codes

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

#faef6f Text Font Color

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

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


#faef6f Background Color

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

This div background color is #faef6f


#faef6f Border Color

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

This div border color is #faef6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef6f


Comments

No comments written yet.

Please login to write comment.