Color Hex Logo

#fee159 Color Hex

#FEE159
(254,225,89)
0 Favorites   0 Comments

Color spaces of #fee159

RGB 25422589
HSL0.140.990.67
HSV49°65°100°
CMYK 0.000.110.65   0.00
XYZ69.601475.642520.3833
Yxy75.64250.42020.4567
Hunter Lab86.9727-9.354546.9854
CIE-Lab89.6931-4.899067.8184

#fee159 color RGB value is (254,225,89).

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

The process color (four color CMYK) of #fee159 color hex is 0.00, 0.11, 0.65, 0.00. Web safe color of #fee159 is #ffcc66. Color #fee159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01011001
Octal 376 341 131
Decimal 254 225 89
Hex FE E1 59

RGB Percentages of Color #fee159

%44.72
%39.61
%15.67

CMYK Percentages of Color #fee159

%0
%11
%65
%0

Triadic Colors of #fee159

#fee159 #59fee1 #e159fe

Analogous Colors of #fee159

#fee159 #c9fe59 #fe8f59

Monochromatic Colors of #fee159

#fee159

Complementary Color

#fee159 #5976fe

#fee159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee159 Color CSS Codes

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

#fee159 Text Font Color

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

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


#fee159 Background Color

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

This div background color is #fee159


#fee159 Border Color

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

This div border color is #fee159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee159


Comments

No comments written yet.

Please login to write comment.