Color Hex Logo

#faef59 Color Hex

#FAEF59
(250,239,89)
0 Favorites   0 Comments

Color spaces of #faef59

RGB 25023989
HSL0.160.940.66
HSV56°64°98°
CMYK 0.000.040.64   0.02
XYZ72.094082.778321.6292
Yxy82.77830.40850.4690
Hunter Lab90.9826-17.777349.5929
CIE-Lab92.9173-13.479471.0922

#faef59 color RGB value is (250,239,89).

#faef59 hex color red value is 250, green value is 239 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #faef59 hue: 0.16 , saturation: 0.94 and the lightness value of faef59 is 0.66.

The process color (four color CMYK) of #faef59 color hex is 0.00, 0.04, 0.64, 0.02. Web safe color of #faef59 is #ffff66. Color #faef59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01011001
Octal 372 357 131
Decimal 250 239 89
Hex FA EF 59

RGB Percentages of Color #faef59

%43.25
%41.35
%15.40

CMYK Percentages of Color #faef59

%0
%4
%64
%2

Triadic Colors of #faef59

#faef59 #59faef #ef59fa

Analogous Colors of #faef59

#faef59 #b5fa59 #fa9f59

Monochromatic Colors of #faef59

#faef59

Complementary Color

#faef59 #5964fa

#faef59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef59 Color CSS Codes

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

#faef59 Text Font Color

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

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


#faef59 Background Color

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

This div background color is #faef59


#faef59 Border Color

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

This div border color is #faef59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef59


Comments

No comments written yet.

Please login to write comment.