Color Hex Logo

#fef559 Color Hex

#FEF559
(254,245,89)
0 Favorites   0 Comments

Color spaces of #fef559

RGB 25424589
HSL0.160.990.67
HSV57°65°100°
CMYK 0.000.040.65   0.00
XYZ75.328687.096922.2923
Yxy87.09690.40780.4715
Hunter Lab93.3257-19.242351.1657
CIE-Lab94.7794-14.785673.1221

#fef559 color RGB value is (254,245,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01011001
Octal 376 365 131
Decimal 254 245 89
Hex FE F5 59

RGB Percentages of Color #fef559

%43.20
%41.67
%15.14

CMYK Percentages of Color #fef559

%0
%4
%65
%0

Triadic Colors of #fef559

#fef559 #59fef5 #f559fe

Analogous Colors of #fef559

#fef559 #b5fe59 #fea359

Monochromatic Colors of #fef559

#fef559

Complementary Color

#fef559 #5962fe

#fef559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef559 Color CSS Codes

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

#fef559 Text Font Color

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

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


#fef559 Background Color

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

This div background color is #fef559


#fef559 Border Color

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

This div border color is #fef559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef559

Related Colors


Comments

No comments written yet.

Please login to write comment.