Color Hex Logo

#fee490 Color Hex

#FEE490
(254,228,144)
0 Favorites   0 Comments

Color spaces of #fee490

RGB 254228144
HSL0.130.980.78
HSV46°43°100°
CMYK 0.000.100.43   0.00
XYZ73.650578.571337.6695
Yxy78.57130.38790.4138
Hunter Lab88.6405-6.806936.8519
CIE-Lab91.0400-2.129244.1497

#fee490 color RGB value is (254,228,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10010000
Octal 376 344 220
Decimal 254 228 144
Hex FE E4 90

RGB Percentages of Color #fee490

%40.58
%36.42
%23.00

CMYK Percentages of Color #fee490

%0
%10
%43
%0

Triadic Colors of #fee490

#fee490 #90fee4 #e490fe

Analogous Colors of #fee490

#fee490 #e1fe90 #fead90

Monochromatic Colors of #fee490

#fee490

Complementary Color

#fee490 #90aafe

#fee490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee490 Color CSS Codes

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

#fee490 Text Font Color

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

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


#fee490 Background Color

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

This div background color is #fee490


#fee490 Border Color

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

This div border color is #fee490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee490


Comments

No comments written yet.

Please login to write comment.