Color Hex Logo

#faec19 Color Hex

#FAEC19
(250,236,25)
0 Favorites   0 Comments

Color spaces of #faec19

RGB 25023625
HSL0.160.960.54
HSV56°90°98°
CMYK 0.000.060.90   0.02
XYZ69.595380.385112.7675
Yxy80.38510.42760.4939
Hunter Lab89.6577-18.343454.3174
CIE-Lab91.8574-14.240988.0694

#faec19 color RGB value is (250,236,25).

#faec19 hex color red value is 250, green value is 236 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #faec19 hue: 0.16 , saturation: 0.96 and the lightness value of faec19 is 0.54.

The process color (four color CMYK) of #faec19 color hex is 0.00, 0.06, 0.90, 0.02. Web safe color of #faec19 is #ffff00. Color #faec19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00011001
Octal 372 354 31
Decimal 250 236 25
Hex FA EC 19

RGB Percentages of Color #faec19

%48.92
%46.18
%4.89

CMYK Percentages of Color #faec19

%0
%6
%90
%2

Triadic Colors of #faec19

#faec19 #19faec #ec19fa

Analogous Colors of #faec19

#faec19 #98fa19 #fa7c19

Monochromatic Colors of #faec19

#faec19

Complementary Color

#faec19 #1927fa

#faec19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec19 Color CSS Codes

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

#faec19 Text Font Color

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

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


#faec19 Background Color

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

This div background color is #faec19


#faec19 Border Color

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

This div border color is #faec19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec19


Comments

No comments written yet.

Please login to write comment.