Color Hex Logo

#faec39 Color Hex

#FAEC39
(250,236,57)
0 Favorites   0 Comments

Color spaces of #faec39

RGB 25023657
HSL0.150.950.60
HSV56°77°98°
CMYK 0.000.060.77   0.02
XYZ70.158380.610315.7325
Yxy80.61030.42140.4841
Hunter Lab89.7832-17.637452.4590
CIE-Lab91.9580-13.462781.1861

#faec39 color RGB value is (250,236,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00111001
Octal 372 354 71
Decimal 250 236 57
Hex FA EC 39

RGB Percentages of Color #faec39

%46.04
%43.46
%10.50

CMYK Percentages of Color #faec39

%0
%6
%77
%2

Triadic Colors of #faec39

#faec39 #39faec #ec39fa

Analogous Colors of #faec39

#faec39 #a8fa39 #fa8c39

Monochromatic Colors of #faec39

#faec39

Complementary Color

#faec39 #3947fa

#faec39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec39 Color CSS Codes

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

#faec39 Text Font Color

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

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


#faec39 Background Color

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

This div background color is #faec39


#faec39 Border Color

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

This div border color is #faec39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec39

Related Colors


Comments

No comments written yet.

Please login to write comment.