Color Hex Logo

#faee6f Color Hex

#FAEE6F
(250,238,111)
0 Favorites   0 Comments

Color spaces of #faee6f

RGB 250238111
HSL0.150.930.71
HSV55°56°98°
CMYK 0.000.050.56   0.02
XYZ72.868182.620827.1458
Yxy82.62080.39900.4524
Hunter Lab90.8960-15.970845.9204
CIE-Lab92.8482-11.555261.7929

#faee6f color RGB value is (250,238,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01101111
Octal 372 356 157
Decimal 250 238 111
Hex FA EE 6F

RGB Percentages of Color #faee6f

%41.74
%39.73
%18.53

CMYK Percentages of Color #faee6f

%0
%5
%56
%2

Triadic Colors of #faee6f

#faee6f #6ffaee #ee6ffa

Analogous Colors of #faee6f

#faee6f #c1fa6f #faa96f

Monochromatic Colors of #faee6f

#faee6f

Complementary Color

#faee6f #6f7bfa

#faee6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee6f Color CSS Codes

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

#faee6f Text Font Color

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

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


#faee6f Background Color

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

This div background color is #faee6f


#faee6f Border Color

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

This div border color is #faee6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,238,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 #faee6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee6f


Comments

No comments written yet.

Please login to write comment.