Color Hex Logo

#feee58 Color Hex

#FEEE58
(254,238,88)
0 Favorites   0 Comments

Color spaces of #feee58

RGB 25423888
HSL0.150.990.67
HSV54°65°100°
CMYK 0.000.060.65   0.00
XYZ73.209082.924521.3800
Yxy82.92450.41240.4671
Hunter Lab91.0629-15.857049.8238
CIE-Lab92.9814-11.416971.6526

#feee58 color RGB value is (254,238,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01011000
Octal 376 356 130
Decimal 254 238 88
Hex FE EE 58

RGB Percentages of Color #feee58

%43.79
%41.03
%15.17

CMYK Percentages of Color #feee58

%0
%6
%65
%0

Triadic Colors of #feee58

#feee58 #58feee #ee58fe

Analogous Colors of #feee58

#feee58 #bbfe58 #fe9b58

Monochromatic Colors of #feee58

#feee58

Complementary Color

#feee58 #5868fe

#feee58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee58 Color CSS Codes

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

#feee58 Text Font Color

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

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


#feee58 Background Color

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

This div background color is #feee58


#feee58 Border Color

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

This div border color is #feee58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,238,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee58


Comments

No comments written yet.

Please login to write comment.