Color Hex Logo

#fee058 Color Hex

#FEE058
(254,224,88)
0 Favorites   0 Comments

Color spaces of #fee058

RGB 25422488
HSL0.140.990.67
HSV49°65°100°
CMYK 0.000.120.65   0.00
XYZ69.290275.086720.0737
Yxy75.08670.42130.4566
Hunter Lab86.6526-8.907746.9218
CIE-Lab89.4336-4.453167.9532

#fee058 color RGB value is (254,224,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 01011000
Octal 376 340 130
Decimal 254 224 88
Hex FE E0 58

RGB Percentages of Color #fee058

%44.88
%39.58
%15.55

CMYK Percentages of Color #fee058

%0
%12
%65
%0

Triadic Colors of #fee058

#fee058 #58fee0 #e058fe

Analogous Colors of #fee058

#fee058 #c9fe58 #fe8d58

Monochromatic Colors of #fee058

#fee058

Complementary Color

#fee058 #5876fe

#fee058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee058 Color CSS Codes

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

#fee058 Text Font Color

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

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


#fee058 Background Color

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

This div background color is #fee058


#fee058 Border Color

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

This div border color is #fee058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee058


Comments

No comments written yet.

Please login to write comment.