Color Hex Logo

#faec40 Color Hex

#FAEC40
(250,236,64)
0 Favorites   0 Comments

Color spaces of #faec40

RGB 25023664
HSL0.150.950.62
HSV55°74°98°
CMYK 0.000.060.74   0.02
XYZ70.345280.685116.7167
Yxy80.68510.41940.4810
Hunter Lab89.8249-17.403651.8434
CIE-Lab91.9914-13.205779.0993

#faec40 color RGB value is (250,236,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01000000
Octal 372 354 100
Decimal 250 236 64
Hex FA EC 40

RGB Percentages of Color #faec40

%45.45
%42.91
%11.64

CMYK Percentages of Color #faec40

%0
%6
%74
%2

Triadic Colors of #faec40

#faec40 #40faec #ec40fa

Analogous Colors of #faec40

#faec40 #abfa40 #fa8f40

Monochromatic Colors of #faec40

#faec40

Complementary Color

#faec40 #404efa

#faec40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec40 Color CSS Codes

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

#faec40 Text Font Color

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

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


#faec40 Background Color

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

This div background color is #faec40


#faec40 Border Color

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

This div border color is #faec40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec40


Comments

No comments written yet.

Please login to write comment.