Color Hex Logo

#faee6c Color Hex

#FAEE6C
(250,238,108)
0 Favorites   0 Comments

Color spaces of #faee6c

RGB 250238108
HSL0.150.930.70
HSV55°57°98°
CMYK 0.000.050.57   0.02
XYZ72.705782.555826.2902
Yxy82.55580.40050.4547
Hunter Lab90.8602-16.171046.4467
CIE-Lab92.8196-11.772463.0803

#faee6c color RGB value is (250,238,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01101100
Octal 372 356 154
Decimal 250 238 108
Hex FA EE 6C

RGB Percentages of Color #faee6c

%41.95
%39.93
%18.12

CMYK Percentages of Color #faee6c

%0
%5
%57
%2

Triadic Colors of #faee6c

#faee6c #6cfaee #ee6cfa

Analogous Colors of #faee6c

#faee6c #bffa6c #faa76c

Monochromatic Colors of #faee6c

#faee6c

Complementary Color

#faee6c #6c78fa

#faee6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee6c Color CSS Codes

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

#faee6c Text Font Color

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

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


#faee6c Background Color

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

This div background color is #faee6c


#faee6c Border Color

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

This div border color is #faee6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee6c


Comments

No comments written yet.

Please login to write comment.