Color Hex Logo

#faec45 Color Hex

#FAEC45
(250,236,69)
0 Favorites   0 Comments

Color spaces of #faec45

RGB 25023669
HSL0.150.950.63
HSV55°72°98°
CMYK 0.000.060.72   0.02
XYZ70.494080.744617.5001
Yxy80.74460.41780.4785
Hunter Lab89.8580-17.217551.3537
CIE-Lab92.0179-13.001477.4976

#faec45 color RGB value is (250,236,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01000101
Octal 372 354 105
Decimal 250 236 69
Hex FA EC 45

RGB Percentages of Color #faec45

%45.05
%42.52
%12.43

CMYK Percentages of Color #faec45

%0
%6
%72
%2

Triadic Colors of #faec45

#faec45 #45faec #ec45fa

Analogous Colors of #faec45

#faec45 #aefa45 #fa9245

Monochromatic Colors of #faec45

#faec45

Complementary Color

#faec45 #4553fa

#faec45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec45 Color CSS Codes

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

#faec45 Text Font Color

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

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


#faec45 Background Color

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

This div background color is #faec45


#faec45 Border Color

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

This div border color is #faec45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec45


Comments

No comments written yet.

Please login to write comment.