Color Hex Logo

#fee63e Color Hex

#FEE63E
(254,230,62)
0 Favorites   0 Comments

Color spaces of #fee63e

RGB 25423062
HSL0.150.990.62
HSV53°76°100°
CMYK 0.000.090.76   0.00
XYZ70.039478.012315.9238
Yxy78.01230.42710.4758
Hunter Lab88.3246-13.021551.1380
CIE-Lab90.7855-8.664378.7409

#fee63e color RGB value is (254,230,62).

#fee63e hex color red value is 254, green value is 230 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fee63e hue: 0.15 , saturation: 0.99 and the lightness value of fee63e is 0.62.

The process color (four color CMYK) of #fee63e color hex is 0.00, 0.09, 0.76, 0.00. Web safe color of #fee63e is #ffff33. Color #fee63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 00111110
Octal 376 346 76
Decimal 254 230 62
Hex FE E6 3E

RGB Percentages of Color #fee63e

%46.52
%42.12
%11.36

CMYK Percentages of Color #fee63e

%0
%9
%76
%0

Triadic Colors of #fee63e

#fee63e #3efee6 #e63efe

Analogous Colors of #fee63e

#fee63e #b6fe3e #fe863e

Monochromatic Colors of #fee63e

#fee63e

Complementary Color

#fee63e #3e56fe

#fee63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee63e Color CSS Codes

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

#fee63e Text Font Color

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

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


#fee63e Background Color

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

This div background color is #fee63e


#fee63e Border Color

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

This div border color is #fee63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee63e

Related Colors


Comments

No comments written yet.

Please login to write comment.