Color Hex Logo

#faec36 Color Hex

#FAEC36
(250,236,54)
0 Favorites   0 Comments

Color spaces of #faec36

RGB 25023654
HSL0.150.950.60
HSV56°78°98°
CMYK 0.000.060.78   0.02
XYZ70.085680.581215.3499
Yxy80.58120.42220.4854
Hunter Lab89.7670-17.728552.6985
CIE-Lab91.9450-13.562882.0214

#faec36 color RGB value is (250,236,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00110110
Octal 372 354 66
Decimal 250 236 54
Hex FA EC 36

RGB Percentages of Color #faec36

%46.30
%43.70
%10.00

CMYK Percentages of Color #faec36

%0
%6
%78
%2

Triadic Colors of #faec36

#faec36 #36faec #ec36fa

Analogous Colors of #faec36

#faec36 #a6fa36 #fa8a36

Monochromatic Colors of #faec36

#faec36

Complementary Color

#faec36 #3644fa

#faec36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec36 Color CSS Codes

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

#faec36 Text Font Color

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

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


#faec36 Background Color

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

This div background color is #faec36


#faec36 Border Color

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

This div border color is #faec36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec36


Comments

No comments written yet.

Please login to write comment.