Color Hex Logo

#fee66e Color Hex

#FEE66E
(254,230,110)
0 Favorites   0 Comments

Color spaces of #fee66e

RGB 254230110
HSL0.140.990.71
HSV50°57°100°
CMYK 0.000.090.57   0.00
XYZ71.984378.790226.1659
Yxy78.79020.40680.4453
Hunter Lab88.7638-10.579644.6571
CIE-Lab91.1393-6.047060.3797

#fee66e color RGB value is (254,230,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01101110
Octal 376 346 156
Decimal 254 230 110
Hex FE E6 6E

RGB Percentages of Color #fee66e

%42.76
%38.72
%18.52

CMYK Percentages of Color #fee66e

%0
%9
%57
%0

Triadic Colors of #fee66e

#fee66e #6efee6 #e66efe

Analogous Colors of #fee66e

#fee66e #cefe6e #fe9e6e

Monochromatic Colors of #fee66e

#fee66e

Complementary Color

#fee66e #6e86fe

#fee66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee66e Color CSS Codes

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

#fee66e Text Font Color

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

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


#fee66e Background Color

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

This div background color is #fee66e


#fee66e Border Color

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

This div border color is #fee66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee66e

#fee66e Color Palettes


Comments

No comments written yet.

Please login to write comment.