Color Hex Logo

#fee489 Color Hex

#FEE489
(254,228,137)
0 Favorites   0 Comments

Color spaces of #fee489

RGB 254228137
HSL0.130.980.77
HSV47°46°100°
CMYK 0.000.100.46   0.00
XYZ73.131878.363834.9382
Yxy78.36380.39230.4203
Hunter Lab88.5233-7.451638.5659
CIE-Lab90.9457-2.803447.4659

#fee489 color RGB value is (254,228,137).

#fee489 hex color red value is 254, green value is 228 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fee489 hue: 0.13 , saturation: 0.98 and the lightness value of fee489 is 0.77.

The process color (four color CMYK) of #fee489 color hex is 0.00, 0.10, 0.46, 0.00. Web safe color of #fee489 is #ffcc99. Color #fee489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10001001
Octal 376 344 211
Decimal 254 228 137
Hex FE E4 89

RGB Percentages of Color #fee489

%41.03
%36.83
%22.13

CMYK Percentages of Color #fee489

%0
%10
%46
%0

Triadic Colors of #fee489

#fee489 #89fee4 #e489fe

Analogous Colors of #fee489

#fee489 #defe89 #feaa89

Monochromatic Colors of #fee489

#fee489

Complementary Color

#fee489 #89a3fe

#fee489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee489 Color CSS Codes

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

#fee489 Text Font Color

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

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


#fee489 Background Color

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

This div background color is #fee489


#fee489 Border Color

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

This div border color is #fee489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee489

Related Colors


Comments

No comments written yet.

Please login to write comment.