Color Hex Logo

#faec4a Color Hex

#FAEC4A
(250,236,74)
0 Favorites   0 Comments

Color spaces of #faec4a

RGB 25023674
HSL0.150.950.64
HSV55°70°98°
CMYK 0.000.060.70   0.02
XYZ70.655880.809318.3524
Yxy80.80930.41610.4759
Hunter Lab89.8940-17.015250.8214
CIE-Lab92.0468-12.779775.8099

#faec4a color RGB value is (250,236,74).

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

The process color (four color CMYK) of #faec4a color hex is 0.00, 0.06, 0.70, 0.02. Web safe color of #faec4a is #ffff33. Color #faec4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01001010
Octal 372 354 112
Decimal 250 236 74
Hex FA EC 4A

RGB Percentages of Color #faec4a

%44.64
%42.14
%13.21

CMYK Percentages of Color #faec4a

%0
%6
%70
%2

Triadic Colors of #faec4a

#faec4a #4afaec #ec4afa

Analogous Colors of #faec4a

#faec4a #b0fa4a #fa944a

Monochromatic Colors of #faec4a

#faec4a

Complementary Color

#faec4a #4a58fa

#faec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec4a Color CSS Codes

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

#faec4a Text Font Color

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

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


#faec4a Background Color

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

This div background color is #faec4a


#faec4a Border Color

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

This div border color is #faec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec4a

Related Colors


Comments

No comments written yet.

Please login to write comment.