Color Hex Logo

#faec61 Color Hex

#FAEC61
(250,236,97)
0 Favorites   0 Comments

Color spaces of #faec61

RGB 25023697
HSL0.150.940.68
HSV55°61°98°
CMYK 0.000.060.61   0.02
XYZ71.577581.178023.2056
Yxy81.17800.40680.4613
Hunter Lab90.0988-15.866647.7986
CIE-Lab92.2108-11.525967.1054

#faec61 color RGB value is (250,236,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01100001
Octal 372 354 141
Decimal 250 236 97
Hex FA EC 61

RGB Percentages of Color #faec61

%42.88
%40.48
%16.64

CMYK Percentages of Color #faec61

%0
%6
%61
%2

Triadic Colors of #faec61

#faec61 #61faec #ec61fa

Analogous Colors of #faec61

#faec61 #bcfa61 #faa061

Monochromatic Colors of #faec61

#faec61

Complementary Color

#faec61 #616ffa

#faec61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec61 Color CSS Codes

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

#faec61 Text Font Color

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

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


#faec61 Background Color

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

This div background color is #faec61


#faec61 Border Color

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

This div border color is #faec61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec61

Related Colors


Comments

No comments written yet.

Please login to write comment.