Color Hex Logo

#faec99 Color Hex

#FAEC99
(250,236,153)
0 Favorites   0 Comments

Color spaces of #faec99

RGB 250236153
HSL0.140.910.79
HSV51°39°98°
CMYK 0.000.060.39   0.02
XYZ75.169682.614842.1214
Yxy82.61480.37600.4133
Hunter Lab90.8927-11.440036.1488
CIE-Lab92.8455-6.775841.9363

#faec99 color RGB value is (250,236,153).

#faec99 hex color red value is 250, green value is 236 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #faec99 hue: 0.14 , saturation: 0.91 and the lightness value of faec99 is 0.79.

The process color (four color CMYK) of #faec99 color hex is 0.00, 0.06, 0.39, 0.02. Web safe color of #faec99 is #ffff99. Color #faec99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 10011001
Octal 372 354 231
Decimal 250 236 153
Hex FA EC 99

RGB Percentages of Color #faec99

%39.12
%36.93
%23.94

CMYK Percentages of Color #faec99

%0
%6
%39
%2

Triadic Colors of #faec99

#faec99 #99faec #ec99fa

Analogous Colors of #faec99

#faec99 #d8fa99 #fabc99

Monochromatic Colors of #faec99

#faec99

Complementary Color

#faec99 #99a7fa

#faec99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec99 Color CSS Codes

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

#faec99 Text Font Color

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

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


#faec99 Background Color

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

This div background color is #faec99


#faec99 Border Color

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

This div border color is #faec99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec99


Comments

No comments written yet.

Please login to write comment.