Color Hex Logo

#fef159 Color Hex

#FEF159
(254,241,89)
0 Favorites   0 Comments

Color spaces of #fef159

RGB 25424189
HSL0.150.990.67
HSV55°65°100°
CMYK 0.000.050.65   0.00
XYZ74.131584.702721.8933
Yxy84.70270.41020.4687
Hunter Lab92.0341-17.281650.3198
CIE-Lab93.7549-12.833772.0632

#fef159 color RGB value is (254,241,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01011001
Octal 376 361 131
Decimal 254 241 89
Hex FE F1 59

RGB Percentages of Color #fef159

%43.49
%41.27
%15.24

CMYK Percentages of Color #fef159

%0
%5
%65
%0

Triadic Colors of #fef159

#fef159 #59fef1 #f159fe

Analogous Colors of #fef159

#fef159 #b9fe59 #fe9f59

Monochromatic Colors of #fef159

#fef159

Complementary Color

#fef159 #5966fe

#fef159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef159 Color CSS Codes

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

#fef159 Text Font Color

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

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


#fef159 Background Color

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

This div background color is #fef159


#fef159 Border Color

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

This div border color is #fef159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef159

Related Colors


Comments

No comments written yet.

Please login to write comment.