Color Hex Logo

#faec4f Color Hex

#FAEC4F
(250,236,79)
0 Favorites   0 Comments

Color spaces of #faec4f

RGB 25023679
HSL0.150.940.65
HSV55°68°98°
CMYK 0.000.060.68   0.02
XYZ70.831180.879419.2752
Yxy80.87940.41430.4730
Hunter Lab89.9330-16.796350.2455
CIE-Lab92.0780-12.540174.0423

#faec4f color RGB value is (250,236,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01001111
Octal 372 354 117
Decimal 250 236 79
Hex FA EC 4F

RGB Percentages of Color #faec4f

%44.25
%41.77
%13.98

CMYK Percentages of Color #faec4f

%0
%6
%68
%2

Triadic Colors of #faec4f

#faec4f #4ffaec #ec4ffa

Analogous Colors of #faec4f

#faec4f #b3fa4f #fa974f

Monochromatic Colors of #faec4f

#faec4f

Complementary Color

#faec4f #4f5dfa

#faec4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec4f Color CSS Codes

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

#faec4f Text Font Color

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

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


#faec4f Background Color

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

This div background color is #faec4f


#faec4f Border Color

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

This div border color is #faec4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec4f

Related Colors


Comments

No comments written yet.

Please login to write comment.