Color Hex Logo

#fafe59 Color Hex

#FAFE59
(250,254,89)
0 Favorites   0 Comments

Color spaces of #fafe59

RGB 25025489
HSL0.170.990.67
HSV61°65°100°
CMYK 0.020.000.65   0.00
XYZ76.669391.928923.1543
Yxy91.92890.39980.4794
Hunter Lab95.8796-25.053252.7975
CIE-Lab96.7912-20.728475.0907

#fafe59 color RGB value is (250,254,89).

#fafe59 hex color red value is 250, green value is 254 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fafe59 hue: 0.17 , saturation: 0.99 and the lightness value of fafe59 is 0.67.

The process color (four color CMYK) of #fafe59 color hex is 0.02, 0.00, 0.65, 0.00. Web safe color of #fafe59 is #ffff66. Color #fafe59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01011001
Octal 372 376 131
Decimal 250 254 89
Hex FA FE 59

RGB Percentages of Color #fafe59

%42.16
%42.83
%15.01

CMYK Percentages of Color #fafe59

%2
%0
%65
%0

Triadic Colors of #fafe59

#fafe59 #59fafe #fe59fa

Analogous Colors of #fafe59

#fafe59 #a8fe59 #feb059

Monochromatic Colors of #fafe59

#fafe59

Complementary Color

#fafe59 #5d59fe

#fafe59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe59 Color CSS Codes

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

#fafe59 Text Font Color

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

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


#fafe59 Background Color

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

This div background color is #fafe59


#fafe59 Border Color

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

This div border color is #fafe59


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,254,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 #fafe59">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe59


Comments

No comments written yet.

Please login to write comment.