Color Hex Logo

#fee85a Color Hex

#FEE85A
(254,232,90)
0 Favorites   0 Comments

Color spaces of #fee85a

RGB 25423290
HSL0.140.990.67
HSV52°65°100°
CMYK 0.000.090.65   0.00
XYZ71.575179.522221.2498
Yxy79.52220.41530.4614
Hunter Lab89.1752-12.786448.2943
CIE-Lab91.4701-8.337969.2833

#fee85a color RGB value is (254,232,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 01011010
Octal 376 350 132
Decimal 254 232 90
Hex FE E8 5A

RGB Percentages of Color #fee85a

%44.10
%40.28
%15.63

CMYK Percentages of Color #fee85a

%0
%9
%65
%0

Triadic Colors of #fee85a

#fee85a #5afee8 #e85afe

Analogous Colors of #fee85a

#fee85a #c2fe5a #fe965a

Monochromatic Colors of #fee85a

#fee85a

Complementary Color

#fee85a #5a70fe

#fee85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee85a Color CSS Codes

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

#fee85a Text Font Color

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

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


#fee85a Background Color

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

This div background color is #fee85a


#fee85a Border Color

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

This div border color is #fee85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee85a

Related Colors


Comments

No comments written yet.

Please login to write comment.