Color Hex Logo

#faec5e Color Hex

#FAEC5E
(250,236,94)
0 Favorites   0 Comments

Color spaces of #faec5e

RGB 25023694
HSL0.150.940.67
HSV55°62°98°
CMYK 0.000.060.62   0.02
XYZ71.440281.123122.4827
Yxy81.12310.40810.4634
Hunter Lab90.0684-16.037448.2480
CIE-Lab92.1864-11.711868.3169

#faec5e color RGB value is (250,236,94).

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

The process color (four color CMYK) of #faec5e color hex is 0.00, 0.06, 0.62, 0.02. Web safe color of #faec5e is #ffff66. Color #faec5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01011110
Octal 372 354 136
Decimal 250 236 94
Hex FA EC 5E

RGB Percentages of Color #faec5e

%43.10
%40.69
%16.21

CMYK Percentages of Color #faec5e

%0
%6
%62
%2

Triadic Colors of #faec5e

#faec5e #5efaec #ec5efa

Analogous Colors of #faec5e

#faec5e #bafa5e #fa9e5e

Monochromatic Colors of #faec5e

#faec5e

Complementary Color

#faec5e #5e6cfa

#faec5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec5e Color CSS Codes

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

#faec5e Text Font Color

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

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


#faec5e Background Color

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

This div background color is #faec5e


#faec5e Border Color

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

This div border color is #faec5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec5e


Comments

No comments written yet.

Please login to write comment.