Color Hex Logo

#feed9a Color Hex

#FEED9A
(254,237,154)
0 Favorites   0 Comments

Color spaces of #feed9a

RGB 254237154
HSL0.140.980.80
HSV50°39°100°
CMYK 0.000.070.39   0.00
XYZ76.990083.972342.7223
Yxy83.97230.37800.4123
Hunter Lab91.6364-10.393736.5036
CIE-Lab93.4385-5.628842.2689

#feed9a color RGB value is (254,237,154).

#feed9a hex color red value is 254, green value is 237 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #feed9a hue: 0.14 , saturation: 0.98 and the lightness value of feed9a is 0.80.

The process color (four color CMYK) of #feed9a color hex is 0.00, 0.07, 0.39, 0.00. Web safe color of #feed9a is #ffff99. Color #feed9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10011010
Octal 376 355 232
Decimal 254 237 154
Hex FE ED 9A

RGB Percentages of Color #feed9a

%39.38
%36.74
%23.88

CMYK Percentages of Color #feed9a

%0
%7
%39
%0

Triadic Colors of #feed9a

#feed9a #9afeed #ed9afe

Analogous Colors of #feed9a

#feed9a #ddfe9a #febb9a

Monochromatic Colors of #feed9a

#feed9a

Complementary Color

#feed9a #9aabfe

#feed9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed9a Color CSS Codes

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

#feed9a Text Font Color

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

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


#feed9a Background Color

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

This div background color is #feed9a


#feed9a Border Color

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

This div border color is #feed9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed9a

Related Colors


Comments

No comments written yet.

Please login to write comment.