Color Hex Logo

#faee6a Color Hex

#FAEE6A
(250,238,106)
0 Favorites   0 Comments

Color spaces of #faee6a

RGB 250238106
HSL0.150.940.70
HSV55°58°98°
CMYK 0.000.050.58   0.02
XYZ72.600482.513725.7360
Yxy82.51370.40140.4563
Hunter Lab90.8371-16.300946.7879
CIE-Lab92.8011-11.913563.9297

#faee6a color RGB value is (250,238,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01101010
Octal 372 356 152
Decimal 250 238 106
Hex FA EE 6A

RGB Percentages of Color #faee6a

%42.09
%40.07
%17.85

CMYK Percentages of Color #faee6a

%0
%5
%58
%2

Triadic Colors of #faee6a

#faee6a #6afaee #ee6afa

Analogous Colors of #faee6a

#faee6a #befa6a #faa66a

Monochromatic Colors of #faee6a

#faee6a

Complementary Color

#faee6a #6a76fa

#faee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee6a Color CSS Codes

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

#faee6a Text Font Color

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

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


#faee6a Background Color

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

This div background color is #faee6a


#faee6a Border Color

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

This div border color is #faee6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee6a


Comments

No comments written yet.

Please login to write comment.