Color Hex Logo

#faec15 Color Hex

#FAEC15
(250,236,21)
0 Favorites   0 Comments

Color spaces of #faec15

RGB 25023621
HSL0.160.960.53
HSV56°92°98°
CMYK 0.000.060.92   0.02
XYZ69.555280.369012.5563
Yxy80.36900.42810.4946
Hunter Lab89.6488-18.393754.4499
CIE-Lab91.8502-14.296588.5998

#faec15 color RGB value is (250,236,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00010101
Octal 372 354 25
Decimal 250 236 21
Hex FA EC 15

RGB Percentages of Color #faec15

%49.31
%46.55
%4.14

CMYK Percentages of Color #faec15

%0
%6
%92
%2

Triadic Colors of #faec15

#faec15 #15faec #ec15fa

Analogous Colors of #faec15

#faec15 #96fa15 #fa7a15

Monochromatic Colors of #faec15

#faec15

Complementary Color

#faec15 #1523fa

#faec15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec15 Color CSS Codes

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

#faec15 Text Font Color

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

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


#faec15 Background Color

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

This div background color is #faec15


#faec15 Border Color

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

This div border color is #faec15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec15

Related Colors


Comments

No comments written yet.

Please login to write comment.