Color Hex Logo

#faec44 Color Hex

#FAEC44
(250,236,68)
0 Favorites   0 Comments

Color spaces of #faec44

RGB 25023668
HSL0.150.950.62
HSV55°73°98°
CMYK 0.000.060.73   0.02
XYZ70.463280.732317.3379
Yxy80.73230.41810.4790
Hunter Lab89.8512-17.256051.4551
CIE-Lab92.0124-13.043777.8251

#faec44 color RGB value is (250,236,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01000100
Octal 372 354 104
Decimal 250 236 68
Hex FA EC 44

RGB Percentages of Color #faec44

%45.13
%42.60
%12.27

CMYK Percentages of Color #faec44

%0
%6
%73
%2

Triadic Colors of #faec44

#faec44 #44faec #ec44fa

Analogous Colors of #faec44

#faec44 #adfa44 #fa9144

Monochromatic Colors of #faec44

#faec44

Complementary Color

#faec44 #4452fa

#faec44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec44 Color CSS Codes

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

#faec44 Text Font Color

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

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


#faec44 Background Color

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

This div background color is #faec44


#faec44 Border Color

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

This div border color is #faec44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec44


Comments

No comments written yet.

Please login to write comment.